Shades of Jade #02B16E
Tints of Jade #02B16E
RGB
CMYK
RGB Variations
Color information
#02B16E (or 0x02B16E) is known color: Jade. HEX triplet: 02, B1 and 6E. RGB value is (2,177,110). Sum of RGB (Red+Green+Blue) = 2+177+110=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 177 (69.53% from 255 or 61.25% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 177 - color contains mainly: green. Hex color #02B16E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B16E is #FD4E91. Grayscale: #757575. Windows color (decimal): -16600722 or 7254274. OLE color: 7254274.
HSL color Cylindrical-coordinate representation of color #02B16E: hue angle of 157.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B16E is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 177 | 110 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.31 |
| HSL | 157.03º | 0.98% | 0.35% | - |
| HSV(B) | 157.03º | 0.99% | 0.69% | - |
| XYZ | 18.56 | 32.58 | 20.06 | - |
| YUV | 117.04 | 124.02 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 177 | 110 | 0.99 | 0 | 0.38 | 0.31 | 157.03 | 0.98 | 0.35 |
| Hex | 2 | B1 | 6E | 63 | 0 | 26 | 1F | 9D | 62 | 23 |
| Octal | 2 | 261 | 156 | 143 | 0 | 46 | 37 | 235 | 142 | 43 |
| Binary | 10 | 10110001 | 1101110 | 1100011 | 0 | 100110 | 11111 | 10011101 | 1100010 | 100011 |
Color Harmonies of #02B16E
Complementary color
Monochromatic Colors of #02B16E
Black with #02B16E
Text Example
Text Example
White with #02B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B16E; }
p { color: rgb(2,177,110); }
H1.HeaderClassName
{
color: #02B16E;
}
.AnyTagClassName
{
color: #02B16E;
}
</style>
background-color css
<style>
a { background-color: #02B16E; }
a { background-color: rgb(2,177,110); }
div.DivClassName
{
background-color: #02B16E;
}
.BgClassName
{
background-color: #02B16E;
}
</style>
border-color css
<style>
span { border-color: #02B16E; }
span { border-color: rgb(2,177,110); }
td.TdClassName
{
border-color: #02B16E;
}
.TagClassName
{
border-color: #02B16E;
}
</style>