Shades of Jade #02C275
Tints of Jade #02C275
RGB
CMYK
RGB Variations
Color information
#02C275 (or 0x02C275) is known color: Jade. HEX triplet: 02, C2 and 75. RGB value is (2,194,117). Sum of RGB (Red+Green+Blue) = 2+194+117=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #02C275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C275 is #FD3D8A. Grayscale: #7F7F7F. Windows color (decimal): -16596363 or 7717378. OLE color: 7717378.
HSL color Cylindrical-coordinate representation of color #02C275: hue angle of 155.94º 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 #02C275 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 117 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.24 |
| HSL | 155.94º | 0.98% | 0.38% | - |
| HSV(B) | 155.94º | 0.99% | 0.76% | - |
| XYZ | 22.53 | 39.88 | 23.34 | - |
| YUV | 127.81 | 121.89 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 117 | 0.99 | 0 | 0.40 | 0.24 | 155.94 | 0.98 | 0.38 |
| Hex | 2 | C2 | 75 | 63 | 0 | 28 | 18 | 9C | 62 | 26 |
| Octal | 2 | 302 | 165 | 143 | 0 | 50 | 30 | 234 | 142 | 46 |
| Binary | 10 | 11000010 | 1110101 | 1100011 | 0 | 101000 | 11000 | 10011100 | 1100010 | 100110 |
Color Harmonies of #02C275
Complementary color
Monochromatic Colors of #02C275
Black with #02C275
Text Example
Text Example
White with #02C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C275; }
p { color: rgb(2,194,117); }
H1.HeaderClassName
{
color: #02C275;
}
.AnyTagClassName
{
color: #02C275;
}
</style>
background-color css
<style>
a { background-color: #02C275; }
a { background-color: rgb(2,194,117); }
div.DivClassName
{
background-color: #02C275;
}
.BgClassName
{
background-color: #02C275;
}
</style>
border-color css
<style>
span { border-color: #02C275; }
span { border-color: rgb(2,194,117); }
td.TdClassName
{
border-color: #02C275;
}
.TagClassName
{
border-color: #02C275;
}
</style>