#00a86b
Jade
ReadyTools Database (Exact)
Color formats
RGB
rgb(0, 168, 107)
Red, Green, Blue components
HSL
hsl(158, 1, 0, 1)
Hue, Saturation, Lightness
CMYK
cmyk(100, 0, 36, 34)
Print color encoding
Luminance
0.291
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#00a86b
#a8003d
Analogous (Adjacent)
#00a817
#00a86b
#0091a8
Triadic
#00a86b
#6b00a8
#a86b00
Split complementary
#00a86b
#a80091
#a81700
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
7cc89e
00a86b
004614
000000
Marketing and vibrant
00a86b
00b14f
a8003d
b8009e
FFFFFF
Harmonious and natural
05a800
00a833
00a86b
00a8a3
0075a8
Pop Art and trendy
00a86b
401ec1
bc0037
789000
6eacf4
Complete conversion table
HEX
#00A86B
RGB
rgb(0,168,107)
RGBA
rgba(0,168,107, 1)
HSL
hsl(158.21,100%,32.94%)
OKLCH (Modern CSS)
oklch(0.64 0.15 158.8)
CSS Variable
--color: #00a86b;
CMYK
C: 100% M: 0% Y: 36% K: 34%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFF00A86B
Swift UIColor
UIColor(red: 0.00, green: 0.66, blue: 0.42, alpha: 1.0)
Decimal (int)
43115
JSON
{ "color": "#00A86B" }
CIE LAB
L: 60.8 a: -51.4 b: 21.4
CIE LCH
L: 60.8 C: 55.7 H: 157.4
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Modern
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Inter'
400 Regular
'Inter'
Elegant
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Playfair Display'
400 Regular
'Lato'
Organic
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Merriweather'
400 Regular
'Open Sans'
Technological
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'JetBrains Mono'
400 Regular
-apple-system
Accessibility
Contrast and readability (WCAG)
On white background
3.08
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
6.81
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Freshness
"The color of the future. It blends technological clarity with the freshness of water. Suggests open communication and modern thinking."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#00A86B
Result
#00A86B
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#00A86B
0%+
Mix color
#808080
100%Result
#5D9576
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
43%
34%
22%
RYB PIGMENTS
Ultramarine blue
Pigment
43%
Ivory black
Pigment
34%
Cadmium yellow
Pigment
22%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
100%
CYAN
36%
P
34%
KEY
CMYK INKS
Cyan
Ink
100%
Yellow
Ink
36%
Black (Key)
Ink
34%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
497 nm
604 THz • 2.49 eV
750nm
380nm
Color temperature
Cool
~5000-10000K
Cool
Warm
Luminance (brightness)
29.1%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
emerald-500
#10b981
ΔE: 5.3
Google Material
Original
Standard
Green 600
#43A047
ΔE: 7.9
CSS Color Name
Original
Standard
MediumSeaGreen
#3CB371
ΔE: 4.2
Apple System (iOS)
Original
Standard
System Green
#34C759
ΔE: 11.5
Pantone (PMS)
Original
Standard
PMS 16-5942 blarney
#00A776
ΔE: 2.8
RAL Classic
Original
Standard
RAL 6024 Traffic green
#008351
ΔE: 12.5
Copic Marker
Original
Standard
Forest Green
#27ae7d
ΔE: 3.6
Code
CSS variable
1
2
3
4
5
:root {
--color-jade: #00a86b;
--rgb-jade: 0, 168, 107;
}SCSS variable
1
2
3
4
5
$color-jade: #00a86b;
$rgb-jade: (0, 168, 107);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'jade': '#00a86b',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#00a86b',
},
text: {
color: '#00a86b',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let jadeColor = Color(
red: 0,
green: 0.6588235294117647,
blue: 0.4196078431372549
)Full JSON data
1
2
3
4
5
{
"name": "Jade",
"hex": "#00a86b",
"rgb": {
"r": 0,
"g": 168,
"b": 107
},
"hsl": {
"h": 158,
"s": 100,
"l": 33
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes