Shades of Jade #01B973
Tints of Jade #01B973
RGB
CMYK
RGB Variations
Color information
#01B973 (or 0x01B973) is known color: Jade. HEX triplet: 01, B9 and 73. RGB value is (1,185,115). Sum of RGB (Red+Green+Blue) = 1+185+115=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #01B973 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B973 is #FE468C. Grayscale: #7A7A7A. Windows color (decimal): -16664205 or 7584001. OLE color: 7584001.
HSL color Cylindrical-coordinate representation of color #01B973: hue angle of 157.17º 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 #01B973 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 115 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.27 |
| HSL | 157.17º | 0.99% | 0.36% | - |
| HSV(B) | 157.17º | 0.99% | 0.73% | - |
| XYZ | 20.46 | 35.94 | 22.08 | - |
| YUV | 122 | 124.04 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 115 | 0.99 | 0 | 0.38 | 0.27 | 157.17 | 0.99 | 0.36 |
| Hex | 1 | B9 | 73 | 63 | 0 | 26 | 1B | 9D | 63 | 24 |
| Octal | 1 | 271 | 163 | 143 | 0 | 46 | 33 | 235 | 143 | 44 |
| Binary | 1 | 10111001 | 1110011 | 1100011 | 0 | 100110 | 11011 | 10011101 | 1100011 | 100100 |
Color Harmonies of #01B973
Complementary color
Monochromatic Colors of #01B973
Black with #01B973
Text Example
Text Example
White with #01B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B973; }
p { color: rgb(1,185,115); }
H1.HeaderClassName
{
color: #01B973;
}
.AnyTagClassName
{
color: #01B973;
}
</style>
background-color css
<style>
a { background-color: #01B973; }
a { background-color: rgb(1,185,115); }
div.DivClassName
{
background-color: #01B973;
}
.BgClassName
{
background-color: #01B973;
}
</style>
border-color css
<style>
span { border-color: #01B973; }
span { border-color: rgb(1,185,115); }
td.TdClassName
{
border-color: #01B973;
}
.TagClassName
{
border-color: #01B973;
}
</style>