Shades of Jade #02CA6C
Tints of Jade #02CA6C
RGB
CMYK
RGB Variations
Color information
#02CA6C (or 0x02CA6C) is known color: Jade. HEX triplet: 02, CA and 6C. RGB value is (2,202,108). Sum of RGB (Red+Green+Blue) = 2+202+108=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CA6C is #FD3593. Grayscale: #838383. Windows color (decimal): -16594324 or 7129602. OLE color: 7129602.
HSL color Cylindrical-coordinate representation of color #02CA6C: hue angle of 151.8º 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 #02CA6C is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 202 | 108 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.21 |
| HSL | 151.8º | 0.98% | 0.4% | - |
| HSV(B) | 151.8º | 0.99% | 0.79% | - |
| XYZ | 23.85 | 43.34 | 21.3 | - |
| YUV | 131.48 | 114.74 | 35.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 108 | 0.99 | 0 | 0.47 | 0.21 | 151.8 | 0.98 | 0.4 |
| Hex | 2 | CA | 6C | 63 | 0 | 2F | 15 | 98 | 62 | 28 |
| Octal | 2 | 312 | 154 | 143 | 0 | 57 | 25 | 230 | 142 | 50 |
| Binary | 10 | 11001010 | 1101100 | 1100011 | 0 | 101111 | 10101 | 10011000 | 1100010 | 101000 |
Color Harmonies of #02CA6C
Complementary color
Monochromatic Colors of #02CA6C
Black with #02CA6C
Text Example
Text Example
White with #02CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CA6C; }
p { color: rgb(2,202,108); }
H1.HeaderClassName
{
color: #02CA6C;
}
.AnyTagClassName
{
color: #02CA6C;
}
</style>
background-color css
<style>
a { background-color: #02CA6C; }
a { background-color: rgb(2,202,108); }
div.DivClassName
{
background-color: #02CA6C;
}
.BgClassName
{
background-color: #02CA6C;
}
</style>
border-color css
<style>
span { border-color: #02CA6C; }
span { border-color: rgb(2,202,108); }
td.TdClassName
{
border-color: #02CA6C;
}
.TagClassName
{
border-color: #02CA6C;
}
</style>