Shades of Jade #02C46A
Tints of Jade #02C46A
RGB
CMYK
RGB Variations
Color information
#02C46A (or 0x02C46A) is known color: Jade. HEX triplet: 02, C4 and 6A. RGB value is (2,196,106). Sum of RGB (Red+Green+Blue) = 2+196+106=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #02C46A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C46A is #FD3B95. Grayscale: #7F7F7F. Windows color (decimal): -16595862 or 6996994. OLE color: 6996994.
HSL color Cylindrical-coordinate representation of color #02C46A: hue angle of 152.16º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C46A is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 106 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.23 |
| HSL | 152.16º | 0.98% | 0.39% | - |
| HSV(B) | 152.16º | 0.99% | 0.77% | - |
| XYZ | 22.37 | 40.53 | 20.28 | - |
| YUV | 127.73 | 115.73 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 106 | 0.99 | 0 | 0.46 | 0.23 | 152.16 | 0.98 | 0.39 |
| Hex | 2 | C4 | 6A | 63 | 0 | 2E | 17 | 98 | 62 | 27 |
| Octal | 2 | 304 | 152 | 143 | 0 | 56 | 27 | 230 | 142 | 47 |
| Binary | 10 | 11000100 | 1101010 | 1100011 | 0 | 101110 | 10111 | 10011000 | 1100010 | 100111 |
Color Harmonies of #02C46A
Complementary color
Monochromatic Colors of #02C46A
Black with #02C46A
Text Example
Text Example
White with #02C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C46A; }
p { color: rgb(2,196,106); }
H1.HeaderClassName
{
color: #02C46A;
}
.AnyTagClassName
{
color: #02C46A;
}
</style>
background-color css
<style>
a { background-color: #02C46A; }
a { background-color: rgb(2,196,106); }
div.DivClassName
{
background-color: #02C46A;
}
.BgClassName
{
background-color: #02C46A;
}
</style>
border-color css
<style>
span { border-color: #02C46A; }
span { border-color: rgb(2,196,106); }
td.TdClassName
{
border-color: #02C46A;
}
.TagClassName
{
border-color: #02C46A;
}
</style>