Shades of Jade #02CA6B
Tints of Jade #02CA6B
RGB
CMYK
RGB Variations
Color information
#02CA6B (or 0x02CA6B) is known color: Jade. HEX triplet: 02, CA and 6B. RGB value is (2,202,107). Sum of RGB (Red+Green+Blue) = 2+202+107=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 202 (79.30% from 255 or 64.95% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CA6B is #FD3594. Grayscale: #838383. Windows color (decimal): -16594325 or 7064066. OLE color: 7064066.
HSL color Cylindrical-coordinate representation of color #02CA6B: hue angle of 151.5º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA6B is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 202 | 107 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.21 |
| HSL | 151.5º | 0.98% | 0.4% | - |
| HSV(B) | 151.5º | 0.99% | 0.79% | - |
| XYZ | 23.8 | 43.32 | 21.02 | - |
| YUV | 131.37 | 114.24 | 35.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 107 | 0.99 | 0 | 0.47 | 0.21 | 151.5 | 0.98 | 0.4 |
| Hex | 2 | CA | 6B | 63 | 0 | 2F | 15 | 98 | 62 | 28 |
| Octal | 2 | 312 | 153 | 143 | 0 | 57 | 25 | 230 | 142 | 50 |
| Binary | 10 | 11001010 | 1101011 | 1100011 | 0 | 101111 | 10101 | 10011000 | 1100010 | 101000 |
Color Harmonies of #02CA6B
Complementary color
Monochromatic Colors of #02CA6B
Black with #02CA6B
Text Example
Text Example
White with #02CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CA6B; }
p { color: rgb(2,202,107); }
H1.HeaderClassName
{
color: #02CA6B;
}
.AnyTagClassName
{
color: #02CA6B;
}
</style>
background-color css
<style>
a { background-color: #02CA6B; }
a { background-color: rgb(2,202,107); }
div.DivClassName
{
background-color: #02CA6B;
}
.BgClassName
{
background-color: #02CA6B;
}
</style>
border-color css
<style>
span { border-color: #02CA6B; }
span { border-color: rgb(2,202,107); }
td.TdClassName
{
border-color: #02CA6B;
}
.TagClassName
{
border-color: #02CA6B;
}
</style>