Shades of Jade #02C277
Tints of Jade #02C277
RGB
CMYK
RGB Variations
Color information
#02C277 (or 0x02C277) is known color: Jade. HEX triplet: 02, C2 and 77. RGB value is (2,194,119). Sum of RGB (Red+Green+Blue) = 2+194+119=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #02C277 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C277 is #FD3D88. Grayscale: #808080. Windows color (decimal): -16596361 or 7848450. OLE color: 7848450.
HSL color Cylindrical-coordinate representation of color #02C277: hue angle of 156.56º 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 #02C277 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 119 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.24 |
| HSL | 156.56º | 0.98% | 0.38% | - |
| HSV(B) | 156.56º | 0.99% | 0.76% | - |
| XYZ | 22.65 | 39.93 | 23.97 | - |
| YUV | 128.04 | 122.89 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 119 | 0.99 | 0 | 0.39 | 0.24 | 156.56 | 0.98 | 0.38 |
| Hex | 2 | C2 | 77 | 63 | 0 | 27 | 18 | 9D | 62 | 26 |
| Octal | 2 | 302 | 167 | 143 | 0 | 47 | 30 | 235 | 142 | 46 |
| Binary | 10 | 11000010 | 1110111 | 1100011 | 0 | 100111 | 11000 | 10011101 | 1100010 | 100110 |
Color Harmonies of #02C277
Complementary color
Monochromatic Colors of #02C277
Black with #02C277
Text Example
Text Example
White with #02C277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C277; }
p { color: rgb(2,194,119); }
H1.HeaderClassName
{
color: #02C277;
}
.AnyTagClassName
{
color: #02C277;
}
</style>
background-color css
<style>
a { background-color: #02C277; }
a { background-color: rgb(2,194,119); }
div.DivClassName
{
background-color: #02C277;
}
.BgClassName
{
background-color: #02C277;
}
</style>
border-color css
<style>
span { border-color: #02C277; }
span { border-color: rgb(2,194,119); }
td.TdClassName
{
border-color: #02C277;
}
.TagClassName
{
border-color: #02C277;
}
</style>