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