Shades of Jade #01B96B
Tints of Jade #01B96B
RGB
CMYK
RGB Variations
Color information
#01B96B (or 0x01B96B) is known color: Jade. HEX triplet: 01, B9 and 6B. RGB value is (1,185,107). Sum of RGB (Red+Green+Blue) = 1+185+107=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #01B96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B96B is #FE4694. Grayscale: #797979. Windows color (decimal): -16664213 or 7059713. OLE color: 7059713.
HSL color Cylindrical-coordinate representation of color #01B96B: hue angle of 154.57º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B96B is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 107 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.27 |
| HSL | 154.57º | 0.99% | 0.36% | - |
| HSV(B) | 154.57º | 0.99% | 0.73% | - |
| XYZ | 20.02 | 35.77 | 19.76 | - |
| YUV | 121.09 | 120.04 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 107 | 0.99 | 0 | 0.42 | 0.27 | 154.57 | 0.99 | 0.36 |
| Hex | 1 | B9 | 6B | 63 | 0 | 2A | 1B | 9B | 63 | 24 |
| Octal | 1 | 271 | 153 | 143 | 0 | 52 | 33 | 233 | 143 | 44 |
| Binary | 1 | 10111001 | 1101011 | 1100011 | 0 | 101010 | 11011 | 10011011 | 1100011 | 100100 |
Color Harmonies of #01B96B
Complementary color
Monochromatic Colors of #01B96B
Black with #01B96B
Text Example
Text Example
White with #01B96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B96B; }
p { color: rgb(1,185,107); }
H1.HeaderClassName
{
color: #01B96B;
}
.AnyTagClassName
{
color: #01B96B;
}
</style>
background-color css
<style>
a { background-color: #01B96B; }
a { background-color: rgb(1,185,107); }
div.DivClassName
{
background-color: #01B96B;
}
.BgClassName
{
background-color: #01B96B;
}
</style>
border-color css
<style>
span { border-color: #01B96B; }
span { border-color: rgb(1,185,107); }
td.TdClassName
{
border-color: #01B96B;
}
.TagClassName
{
border-color: #01B96B;
}
</style>