Shades of Jade #02C578
Tints of Jade #02C578
RGB
CMYK
RGB Variations
Color information
#02C578 (or 0x02C578) is known color: Jade. HEX triplet: 02, C5 and 78. RGB value is (2,197,120). Sum of RGB (Red+Green+Blue) = 2+197+120=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 197 (77.34% from 255 or 61.76% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 197 - color contains mainly: green. Hex color #02C578 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C578 is #FD3A87. Grayscale: #828282. Windows color (decimal): -16595592 or 7914754. OLE color: 7914754.
HSL color Cylindrical-coordinate representation of color #02C578: hue angle of 156.31º 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 #02C578 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 120 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.23 |
| HSL | 156.31º | 0.98% | 0.39% | - |
| HSV(B) | 156.31º | 0.99% | 0.77% | - |
| XYZ | 23.38 | 41.3 | 24.51 | - |
| YUV | 129.92 | 122.4 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 120 | 0.99 | 0 | 0.39 | 0.23 | 156.31 | 0.98 | 0.39 |
| Hex | 2 | C5 | 78 | 63 | 0 | 27 | 17 | 9C | 62 | 27 |
| Octal | 2 | 305 | 170 | 143 | 0 | 47 | 27 | 234 | 142 | 47 |
| Binary | 10 | 11000101 | 1111000 | 1100011 | 0 | 100111 | 10111 | 10011100 | 1100010 | 100111 |
Color Harmonies of #02C578
Complementary color
Monochromatic Colors of #02C578
Black with #02C578
Text Example
Text Example
White with #02C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C578; }
p { color: rgb(2,197,120); }
H1.HeaderClassName
{
color: #02C578;
}
.AnyTagClassName
{
color: #02C578;
}
</style>
background-color css
<style>
a { background-color: #02C578; }
a { background-color: rgb(2,197,120); }
div.DivClassName
{
background-color: #02C578;
}
.BgClassName
{
background-color: #02C578;
}
</style>
border-color css
<style>
span { border-color: #02C578; }
span { border-color: rgb(2,197,120); }
td.TdClassName
{
border-color: #02C578;
}
.TagClassName
{
border-color: #02C578;
}
</style>