Shades of Jade #02C177
Tints of Jade #02C177
RGB
CMYK
RGB Variations
Color information
#02C177 (or 0x02C177) is known color: Jade. HEX triplet: 02, C1 and 77. RGB value is (2,193,119). Sum of RGB (Red+Green+Blue) = 2+193+119=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #02C177 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C177 is #FD3E88. Grayscale: #7F7F7F. Windows color (decimal): -16596617 or 7848194. OLE color: 7848194.
HSL color Cylindrical-coordinate representation of color #02C177: hue angle of 156.75º 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 #02C177 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 119 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.24 |
| HSL | 156.75º | 0.98% | 0.38% | - |
| HSV(B) | 156.75º | 0.99% | 0.76% | - |
| XYZ | 22.42 | 39.48 | 23.89 | - |
| YUV | 127.46 | 123.22 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 119 | 0.99 | 0 | 0.38 | 0.24 | 156.75 | 0.98 | 0.38 |
| Hex | 2 | C1 | 77 | 63 | 0 | 26 | 18 | 9D | 62 | 26 |
| Octal | 2 | 301 | 167 | 143 | 0 | 46 | 30 | 235 | 142 | 46 |
| Binary | 10 | 11000001 | 1110111 | 1100011 | 0 | 100110 | 11000 | 10011101 | 1100010 | 100110 |
Color Harmonies of #02C177
Complementary color
Monochromatic Colors of #02C177
Black with #02C177
Text Example
Text Example
White with #02C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C177; }
p { color: rgb(2,193,119); }
H1.HeaderClassName
{
color: #02C177;
}
.AnyTagClassName
{
color: #02C177;
}
</style>
background-color css
<style>
a { background-color: #02C177; }
a { background-color: rgb(2,193,119); }
div.DivClassName
{
background-color: #02C177;
}
.BgClassName
{
background-color: #02C177;
}
</style>
border-color css
<style>
span { border-color: #02C177; }
span { border-color: rgb(2,193,119); }
td.TdClassName
{
border-color: #02C177;
}
.TagClassName
{
border-color: #02C177;
}
</style>