Shades of Jade #02B166
Tints of Jade #02B166
RGB
CMYK
RGB Variations
Color information
#02B166 (or 0x02B166) is known color: Jade. HEX triplet: 02, B1 and 66. RGB value is (2,177,102). Sum of RGB (Red+Green+Blue) = 2+177+102=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #02B166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B166 is #FD4E99. Grayscale: #747474. Windows color (decimal): -16600730 or 6729986. OLE color: 6729986.
HSL color Cylindrical-coordinate representation of color #02B166: hue angle of 154.29º 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 #02B166 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 177 | 102 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.31 |
| HSL | 154.29º | 0.98% | 0.35% | - |
| HSV(B) | 154.29º | 0.99% | 0.69% | - |
| XYZ | 18.15 | 32.42 | 17.87 | - |
| YUV | 116.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 177 | 102 | 0.99 | 0 | 0.42 | 0.31 | 154.29 | 0.98 | 0.35 |
| Hex | 2 | B1 | 66 | 63 | 0 | 2A | 1F | 9A | 62 | 23 |
| Octal | 2 | 261 | 146 | 143 | 0 | 52 | 37 | 232 | 142 | 43 |
| Binary | 10 | 10110001 | 1100110 | 1100011 | 0 | 101010 | 11111 | 10011010 | 1100010 | 100011 |
Color Harmonies of #02B166
Complementary color
Monochromatic Colors of #02B166
Black with #02B166
Text Example
Text Example
White with #02B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B166; }
p { color: rgb(2,177,102); }
H1.HeaderClassName
{
color: #02B166;
}
.AnyTagClassName
{
color: #02B166;
}
</style>
background-color css
<style>
a { background-color: #02B166; }
a { background-color: rgb(2,177,102); }
div.DivClassName
{
background-color: #02B166;
}
.BgClassName
{
background-color: #02B166;
}
</style>
border-color css
<style>
span { border-color: #02B166; }
span { border-color: rgb(2,177,102); }
td.TdClassName
{
border-color: #02B166;
}
.TagClassName
{
border-color: #02B166;
}
</style>