Shades of Jade #02C06F
Tints of Jade #02C06F
RGB
CMYK
RGB Variations
Color information
#02C06F (or 0x02C06F) is known color: Jade. HEX triplet: 02, C0 and 6F. RGB value is (2,192,111). Sum of RGB (Red+Green+Blue) = 2+192+111=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #02C06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C06F is #FD3F90. Grayscale: #7E7E7E. Windows color (decimal): -16596881 or 7323650. OLE color: 7323650.
HSL color Cylindrical-coordinate representation of color #02C06F: hue angle of 154.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C06F is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 111 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.25 |
| HSL | 154.42º | 0.98% | 0.38% | - |
| HSV(B) | 154.42º | 0.99% | 0.75% | - |
| XYZ | 21.74 | 38.86 | 21.39 | - |
| YUV | 125.96 | 119.55 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 111 | 0.99 | 0 | 0.42 | 0.25 | 154.42 | 0.98 | 0.38 |
| Hex | 2 | C0 | 6F | 63 | 0 | 2A | 19 | 9A | 62 | 26 |
| Octal | 2 | 300 | 157 | 143 | 0 | 52 | 31 | 232 | 142 | 46 |
| Binary | 10 | 11000000 | 1101111 | 1100011 | 0 | 101010 | 11001 | 10011010 | 1100010 | 100110 |
Color Harmonies of #02C06F
Complementary color
Monochromatic Colors of #02C06F
Black with #02C06F
Text Example
Text Example
White with #02C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C06F; }
p { color: rgb(2,192,111); }
H1.HeaderClassName
{
color: #02C06F;
}
.AnyTagClassName
{
color: #02C06F;
}
</style>
background-color css
<style>
a { background-color: #02C06F; }
a { background-color: rgb(2,192,111); }
div.DivClassName
{
background-color: #02C06F;
}
.BgClassName
{
background-color: #02C06F;
}
</style>
border-color css
<style>
span { border-color: #02C06F; }
span { border-color: rgb(2,192,111); }
td.TdClassName
{
border-color: #02C06F;
}
.TagClassName
{
border-color: #02C06F;
}
</style>