Shades of Jade #02C175
Tints of Jade #02C175
RGB
CMYK
RGB Variations
Color information
#02C175 (or 0x02C175) is known color: Jade. HEX triplet: 02, C1 and 75. RGB value is (2,193,117). Sum of RGB (Red+Green+Blue) = 2+193+117=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #02C175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C175 is #FD3E8A. Grayscale: #7F7F7F. Windows color (decimal): -16596619 or 7717122. OLE color: 7717122.
HSL color Cylindrical-coordinate representation of color #02C175: hue angle of 156.13º 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 #02C175 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 117 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.24 |
| HSL | 156.13º | 0.98% | 0.38% | - |
| HSV(B) | 156.13º | 0.99% | 0.76% | - |
| XYZ | 22.31 | 39.44 | 23.27 | - |
| YUV | 127.23 | 122.22 | 38.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 117 | 0.99 | 0 | 0.39 | 0.24 | 156.13 | 0.98 | 0.38 |
| Hex | 2 | C1 | 75 | 63 | 0 | 27 | 18 | 9C | 62 | 26 |
| Octal | 2 | 301 | 165 | 143 | 0 | 47 | 30 | 234 | 142 | 46 |
| Binary | 10 | 11000001 | 1110101 | 1100011 | 0 | 100111 | 11000 | 10011100 | 1100010 | 100110 |
Color Harmonies of #02C175
Complementary color
Monochromatic Colors of #02C175
Black with #02C175
Text Example
Text Example
White with #02C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C175; }
p { color: rgb(2,193,117); }
H1.HeaderClassName
{
color: #02C175;
}
.AnyTagClassName
{
color: #02C175;
}
</style>
background-color css
<style>
a { background-color: #02C175; }
a { background-color: rgb(2,193,117); }
div.DivClassName
{
background-color: #02C175;
}
.BgClassName
{
background-color: #02C175;
}
</style>
border-color css
<style>
span { border-color: #02C175; }
span { border-color: rgb(2,193,117); }
td.TdClassName
{
border-color: #02C175;
}
.TagClassName
{
border-color: #02C175;
}
</style>