Shades of Jade #02C072
Tints of Jade #02C072
RGB
CMYK
RGB Variations
Color information
#02C072 (or 0x02C072) is known color: Jade. HEX triplet: 02, C0 and 72. RGB value is (2,192,114). Sum of RGB (Red+Green+Blue) = 2+192+114=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #02C072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C072 is #FD3F8D. Grayscale: #7E7E7E. Windows color (decimal): -16596878 or 7520258. OLE color: 7520258.
HSL color Cylindrical-coordinate representation of color #02C072: hue angle of 155.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 #02C072 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 114 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.25 |
| HSL | 155.37º | 0.98% | 0.38% | - |
| HSV(B) | 155.37º | 0.99% | 0.75% | - |
| XYZ | 21.91 | 38.93 | 22.28 | - |
| YUV | 126.3 | 121.05 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 114 | 0.99 | 0 | 0.41 | 0.25 | 155.37 | 0.98 | 0.38 |
| Hex | 2 | C0 | 72 | 63 | 0 | 29 | 19 | 9B | 62 | 26 |
| Octal | 2 | 300 | 162 | 143 | 0 | 51 | 31 | 233 | 142 | 46 |
| Binary | 10 | 11000000 | 1110010 | 1100011 | 0 | 101001 | 11001 | 10011011 | 1100010 | 100110 |
Color Harmonies of #02C072
Complementary color
Monochromatic Colors of #02C072
Black with #02C072
Text Example
Text Example
White with #02C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C072; }
p { color: rgb(2,192,114); }
H1.HeaderClassName
{
color: #02C072;
}
.AnyTagClassName
{
color: #02C072;
}
</style>
background-color css
<style>
a { background-color: #02C072; }
a { background-color: rgb(2,192,114); }
div.DivClassName
{
background-color: #02C072;
}
.BgClassName
{
background-color: #02C072;
}
</style>
border-color css
<style>
span { border-color: #02C072; }
span { border-color: rgb(2,192,114); }
td.TdClassName
{
border-color: #02C072;
}
.TagClassName
{
border-color: #02C072;
}
</style>