Shades of Jade #02C178
Tints of Jade #02C178
RGB
CMYK
RGB Variations
Color information
#02C178 (or 0x02C178) is known color: Jade. HEX triplet: 02, C1 and 78. RGB value is (2,193,120). Sum of RGB (Red+Green+Blue) = 2+193+120=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #02C178 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C178 is #FD3E87. Grayscale: #7F7F7F. Windows color (decimal): -16596616 or 7913730. OLE color: 7913730.
HSL color Cylindrical-coordinate representation of color #02C178: hue angle of 157.07º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C178 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 120 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.24 |
| HSL | 157.07º | 0.98% | 0.38% | - |
| HSV(B) | 157.07º | 0.99% | 0.76% | - |
| XYZ | 22.49 | 39.51 | 24.21 | - |
| YUV | 127.57 | 123.72 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 120 | 0.99 | 0 | 0.38 | 0.24 | 157.07 | 0.98 | 0.38 |
| Hex | 2 | C1 | 78 | 63 | 0 | 26 | 18 | 9D | 62 | 26 |
| Octal | 2 | 301 | 170 | 143 | 0 | 46 | 30 | 235 | 142 | 46 |
| Binary | 10 | 11000001 | 1111000 | 1100011 | 0 | 100110 | 11000 | 10011101 | 1100010 | 100110 |
Color Harmonies of #02C178
Complementary color
Monochromatic Colors of #02C178
Black with #02C178
Text Example
Text Example
White with #02C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C178; }
p { color: rgb(2,193,120); }
H1.HeaderClassName
{
color: #02C178;
}
.AnyTagClassName
{
color: #02C178;
}
</style>
background-color css
<style>
a { background-color: #02C178; }
a { background-color: rgb(2,193,120); }
div.DivClassName
{
background-color: #02C178;
}
.BgClassName
{
background-color: #02C178;
}
</style>
border-color css
<style>
span { border-color: #02C178; }
span { border-color: rgb(2,193,120); }
td.TdClassName
{
border-color: #02C178;
}
.TagClassName
{
border-color: #02C178;
}
</style>