Shades of Jade #02B16B
Tints of Jade #02B16B
RGB
CMYK
RGB Variations
Color information
#02B16B (or 0x02B16B) is known color: Jade. HEX triplet: 02, B1 and 6B. RGB value is (2,177,107). Sum of RGB (Red+Green+Blue) = 2+177+107=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 177 (69.53% from 255 or 61.89% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 177 - color contains mainly: green. Hex color #02B16B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B16B is #FD4E94. Grayscale: #747474. Windows color (decimal): -16600725 or 7057666. OLE color: 7057666.
HSL color Cylindrical-coordinate representation of color #02B16B: hue angle of 156º 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 #02B16B is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 177 | 107 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.31 |
| HSL | 156º | 0.98% | 0.35% | - |
| HSV(B) | 156º | 0.99% | 0.69% | - |
| XYZ | 18.4 | 32.52 | 19.22 | - |
| YUV | 116.7 | 122.52 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 177 | 107 | 0.99 | 0 | 0.40 | 0.31 | 156 | 0.98 | 0.35 |
| Hex | 2 | B1 | 6B | 63 | 0 | 28 | 1F | 9C | 62 | 23 |
| Octal | 2 | 261 | 153 | 143 | 0 | 50 | 37 | 234 | 142 | 43 |
| Binary | 10 | 10110001 | 1101011 | 1100011 | 0 | 101000 | 11111 | 10011100 | 1100010 | 100011 |
Color Harmonies of #02B16B
Complementary color
Monochromatic Colors of #02B16B
Black with #02B16B
Text Example
Text Example
White with #02B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B16B; }
p { color: rgb(2,177,107); }
H1.HeaderClassName
{
color: #02B16B;
}
.AnyTagClassName
{
color: #02B16B;
}
</style>
background-color css
<style>
a { background-color: #02B16B; }
a { background-color: rgb(2,177,107); }
div.DivClassName
{
background-color: #02B16B;
}
.BgClassName
{
background-color: #02B16B;
}
</style>
border-color css
<style>
span { border-color: #02B16B; }
span { border-color: rgb(2,177,107); }
td.TdClassName
{
border-color: #02B16B;
}
.TagClassName
{
border-color: #02B16B;
}
</style>