Shades of Jade #01B96F
Tints of Jade #01B96F
RGB
CMYK
RGB Variations
Color information
#01B96F (or 0x01B96F) is known color: Jade. HEX triplet: 01, B9 and 6F. RGB value is (1,185,111). Sum of RGB (Red+Green+Blue) = 1+185+111=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #01B96F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B96F is #FE4690. Grayscale: #797979. Windows color (decimal): -16664209 or 7321857. OLE color: 7321857.
HSL color Cylindrical-coordinate representation of color #01B96F: hue angle of 155.87º 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 #01B96F is Cyan = 0.99, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 111 | - |
| CMYK | 0.99 | 0 | 0.4 | 0.27 |
| HSL | 155.87º | 0.99% | 0.36% | - |
| HSV(B) | 155.87º | 0.99% | 0.73% | - |
| XYZ | 20.23 | 35.85 | 20.89 | - |
| YUV | 121.55 | 122.04 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 111 | 0.99 | 0 | 0.4 | 0.27 | 155.87 | 0.99 | 0.36 |
| Hex | 1 | B9 | 6F | 63 | 0 | 28 | 1B | 9C | 63 | 24 |
| Octal | 1 | 271 | 157 | 143 | 0 | 50 | 33 | 234 | 143 | 44 |
| Binary | 1 | 10111001 | 1101111 | 1100011 | 0 | 101000 | 11011 | 10011100 | 1100011 | 100100 |
Color Harmonies of #01B96F
Complementary color
Monochromatic Colors of #01B96F
Black with #01B96F
Text Example
Text Example
White with #01B96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B96F; }
p { color: rgb(1,185,111); }
H1.HeaderClassName
{
color: #01B96F;
}
.AnyTagClassName
{
color: #01B96F;
}
</style>
background-color css
<style>
a { background-color: #01B96F; }
a { background-color: rgb(1,185,111); }
div.DivClassName
{
background-color: #01B96F;
}
.BgClassName
{
background-color: #01B96F;
}
</style>
border-color css
<style>
span { border-color: #01B96F; }
span { border-color: rgb(1,185,111); }
td.TdClassName
{
border-color: #01B96F;
}
.TagClassName
{
border-color: #01B96F;
}
</style>