Shades of Jade #01B970
Tints of Jade #01B970
RGB
CMYK
RGB Variations
Color information
#01B970 (or 0x01B970) is known color: Jade. HEX triplet: 01, B9 and 70. RGB value is (1,185,112). Sum of RGB (Red+Green+Blue) = 1+185+112=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #01B970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B970 is #FE468F. Grayscale: #797979. Windows color (decimal): -16664208 or 7387393. OLE color: 7387393.
HSL color Cylindrical-coordinate representation of color #01B970: hue angle of 156.2º 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 #01B970 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 112 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.27 |
| HSL | 156.2º | 0.99% | 0.36% | - |
| HSV(B) | 156.2º | 0.99% | 0.73% | - |
| XYZ | 20.29 | 35.87 | 21.18 | - |
| YUV | 121.66 | 122.54 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 112 | 0.99 | 0 | 0.39 | 0.27 | 156.2 | 0.99 | 0.36 |
| Hex | 1 | B9 | 70 | 63 | 0 | 27 | 1B | 9C | 63 | 24 |
| Octal | 1 | 271 | 160 | 143 | 0 | 47 | 33 | 234 | 143 | 44 |
| Binary | 1 | 10111001 | 1110000 | 1100011 | 0 | 100111 | 11011 | 10011100 | 1100011 | 100100 |
Color Harmonies of #01B970
Complementary color
Monochromatic Colors of #01B970
Black with #01B970
Text Example
Text Example
White with #01B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B970; }
p { color: rgb(1,185,112); }
H1.HeaderClassName
{
color: #01B970;
}
.AnyTagClassName
{
color: #01B970;
}
</style>
background-color css
<style>
a { background-color: #01B970; }
a { background-color: rgb(1,185,112); }
div.DivClassName
{
background-color: #01B970;
}
.BgClassName
{
background-color: #01B970;
}
</style>
border-color css
<style>
span { border-color: #01B970; }
span { border-color: rgb(1,185,112); }
td.TdClassName
{
border-color: #01B970;
}
.TagClassName
{
border-color: #01B970;
}
</style>