Shades of Jade #02C16F
Tints of Jade #02C16F
RGB
CMYK
RGB Variations
Color information
#02C16F (or 0x02C16F) is known color: Jade. HEX triplet: 02, C1 and 6F. RGB value is (2,193,111). Sum of RGB (Red+Green+Blue) = 2+193+111=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 193 (75.78% from 255 or 63.07% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 193 - color contains mainly: green. Hex color #02C16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C16F is #FD3E90. Grayscale: #7E7E7E. Windows color (decimal): -16596625 or 7323906. OLE color: 7323906.
HSL color Cylindrical-coordinate representation of color #02C16F: hue angle of 154.24º 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 #02C16F is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 111 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.24 |
| HSL | 154.24º | 0.98% | 0.38% | - |
| HSV(B) | 154.24º | 0.99% | 0.76% | - |
| XYZ | 21.96 | 39.3 | 21.47 | - |
| YUV | 126.54 | 119.22 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 111 | 0.99 | 0 | 0.42 | 0.24 | 154.24 | 0.98 | 0.38 |
| Hex | 2 | C1 | 6F | 63 | 0 | 2A | 18 | 9A | 62 | 26 |
| Octal | 2 | 301 | 157 | 143 | 0 | 52 | 30 | 232 | 142 | 46 |
| Binary | 10 | 11000001 | 1101111 | 1100011 | 0 | 101010 | 11000 | 10011010 | 1100010 | 100110 |
Color Harmonies of #02C16F
Complementary color
Monochromatic Colors of #02C16F
Black with #02C16F
Text Example
Text Example
White with #02C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C16F; }
p { color: rgb(2,193,111); }
H1.HeaderClassName
{
color: #02C16F;
}
.AnyTagClassName
{
color: #02C16F;
}
</style>
background-color css
<style>
a { background-color: #02C16F; }
a { background-color: rgb(2,193,111); }
div.DivClassName
{
background-color: #02C16F;
}
.BgClassName
{
background-color: #02C16F;
}
</style>
border-color css
<style>
span { border-color: #02C16F; }
span { border-color: rgb(2,193,111); }
td.TdClassName
{
border-color: #02C16F;
}
.TagClassName
{
border-color: #02C16F;
}
</style>