Shades of Jade #02C07A
Tints of Jade #02C07A
RGB
CMYK
RGB Variations
Color information
#02C07A (or 0x02C07A) is known color: Jade. HEX triplet: 02, C0 and 7A. RGB value is (2,192,122). Sum of RGB (Red+Green+Blue) = 2+192+122=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #02C07A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C07A is #FD3F85. Grayscale: #7F7F7F. Windows color (decimal): -16596870 or 8044546. OLE color: 8044546.
HSL color Cylindrical-coordinate representation of color #02C07A: hue angle of 157.89º 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 #02C07A is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 122 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.25 |
| HSL | 157.89º | 0.98% | 0.38% | - |
| HSV(B) | 157.89º | 0.99% | 0.75% | - |
| XYZ | 22.39 | 39.12 | 24.78 | - |
| YUV | 127.21 | 125.05 | 38.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 122 | 0.99 | 0 | 0.36 | 0.25 | 157.89 | 0.98 | 0.38 |
| Hex | 2 | C0 | 7A | 63 | 0 | 24 | 19 | 9E | 62 | 26 |
| Octal | 2 | 300 | 172 | 143 | 0 | 44 | 31 | 236 | 142 | 46 |
| Binary | 10 | 11000000 | 1111010 | 1100011 | 0 | 100100 | 11001 | 10011110 | 1100010 | 100110 |
Color Harmonies of #02C07A
Complementary color
Monochromatic Colors of #02C07A
Black with #02C07A
Text Example
Text Example
White with #02C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C07A; }
p { color: rgb(2,192,122); }
H1.HeaderClassName
{
color: #02C07A;
}
.AnyTagClassName
{
color: #02C07A;
}
</style>
background-color css
<style>
a { background-color: #02C07A; }
a { background-color: rgb(2,192,122); }
div.DivClassName
{
background-color: #02C07A;
}
.BgClassName
{
background-color: #02C07A;
}
</style>
border-color css
<style>
span { border-color: #02C07A; }
span { border-color: rgb(2,192,122); }
td.TdClassName
{
border-color: #02C07A;
}
.TagClassName
{
border-color: #02C07A;
}
</style>