Shades of Jade #02C05F
Tints of Jade #02C05F
RGB
CMYK
RGB Variations
Color information
#02C05F (or 0x02C05F) is known color: Jade. HEX triplet: 02, C0 and 5F. RGB value is (2,192,95). Sum of RGB (Red+Green+Blue) = 2+192+95=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #02C05F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C05F is #FD3FA0. Grayscale: #7C7C7C. Windows color (decimal): -16596897 or 6275074. OLE color: 6275074.
HSL color Cylindrical-coordinate representation of color #02C05F: hue angle of 149.37º 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 #02C05F is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 95 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.25 |
| HSL | 149.37º | 0.98% | 0.38% | - |
| HSV(B) | 149.37º | 0.99% | 0.75% | - |
| XYZ | 20.94 | 38.54 | 17.16 | - |
| YUV | 124.13 | 111.55 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 95 | 0.99 | 0 | 0.51 | 0.25 | 149.37 | 0.98 | 0.38 |
| Hex | 2 | C0 | 5F | 63 | 0 | 33 | 19 | 95 | 62 | 26 |
| Octal | 2 | 300 | 137 | 143 | 0 | 63 | 31 | 225 | 142 | 46 |
| Binary | 10 | 11000000 | 1011111 | 1100011 | 0 | 110011 | 11001 | 10010101 | 1100010 | 100110 |
Color Harmonies of #02C05F
Complementary color
Monochromatic Colors of #02C05F
Black with #02C05F
Text Example
Text Example
White with #02C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C05F; }
p { color: rgb(2,192,95); }
H1.HeaderClassName
{
color: #02C05F;
}
.AnyTagClassName
{
color: #02C05F;
}
</style>
background-color css
<style>
a { background-color: #02C05F; }
a { background-color: rgb(2,192,95); }
div.DivClassName
{
background-color: #02C05F;
}
.BgClassName
{
background-color: #02C05F;
}
</style>
border-color css
<style>
span { border-color: #02C05F; }
span { border-color: rgb(2,192,95); }
td.TdClassName
{
border-color: #02C05F;
}
.TagClassName
{
border-color: #02C05F;
}
</style>