Shades of Jade #01B975
Tints of Jade #01B975
RGB
CMYK
RGB Variations
Color information
#01B975 (or 0x01B975) is known color: Jade. HEX triplet: 01, B9 and 75. RGB value is (1,185,117). Sum of RGB (Red+Green+Blue) = 1+185+117=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #01B975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B975 is #FE468A. Grayscale: #7A7A7A. Windows color (decimal): -16664203 or 7715073. OLE color: 7715073.
HSL color Cylindrical-coordinate representation of color #01B975: hue angle of 157.83º 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 #01B975 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 185 | 117 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.27 |
| HSL | 157.83º | 0.99% | 0.36% | - |
| HSV(B) | 157.83º | 0.99% | 0.73% | - |
| XYZ | 20.57 | 35.99 | 22.69 | - |
| YUV | 122.23 | 125.04 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 117 | 0.99 | 0 | 0.37 | 0.27 | 157.83 | 0.99 | 0.36 |
| Hex | 1 | B9 | 75 | 63 | 0 | 25 | 1B | 9E | 63 | 24 |
| Octal | 1 | 271 | 165 | 143 | 0 | 45 | 33 | 236 | 143 | 44 |
| Binary | 1 | 10111001 | 1110101 | 1100011 | 0 | 100101 | 11011 | 10011110 | 1100011 | 100100 |
Color Harmonies of #01B975
Complementary color
Monochromatic Colors of #01B975
Black with #01B975
Text Example
Text Example
White with #01B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B975; }
p { color: rgb(1,185,117); }
H1.HeaderClassName
{
color: #01B975;
}
.AnyTagClassName
{
color: #01B975;
}
</style>
background-color css
<style>
a { background-color: #01B975; }
a { background-color: rgb(1,185,117); }
div.DivClassName
{
background-color: #01B975;
}
.BgClassName
{
background-color: #01B975;
}
</style>
border-color css
<style>
span { border-color: #01B975; }
span { border-color: rgb(1,185,117); }
td.TdClassName
{
border-color: #01B975;
}
.TagClassName
{
border-color: #01B975;
}
</style>