Shades of Jade #01AB75
Tints of Jade #01AB75
RGB
CMYK
RGB Variations
Color information
#01AB75 (or 0x01AB75) is known color: Jade. HEX triplet: 01, AB and 75. RGB value is (1,171,117). Sum of RGB (Red+Green+Blue) = 1+171+117=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AB75 is #FE548A. Grayscale: #727272. Windows color (decimal): -16667787 or 7711489. OLE color: 7711489.
HSL color Cylindrical-coordinate representation of color #01AB75: hue angle of 160.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AB75 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 117 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.33 |
| HSL | 160.94º | 0.99% | 0.34% | - |
| HSV(B) | 160.94º | 0.99% | 0.67% | - |
| XYZ | 17.79 | 30.42 | 21.76 | - |
| YUV | 114.01 | 129.68 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 117 | 0.99 | 0 | 0.32 | 0.33 | 160.94 | 0.99 | 0.34 |
| Hex | 1 | AB | 75 | 63 | 0 | 20 | 21 | A1 | 63 | 22 |
| Octal | 1 | 253 | 165 | 143 | 0 | 40 | 41 | 241 | 143 | 42 |
| Binary | 1 | 10101011 | 1110101 | 1100011 | 0 | 100000 | 100001 | 10100001 | 1100011 | 100010 |
Color Harmonies of #01AB75
Complementary color
Monochromatic Colors of #01AB75
Black with #01AB75
Text Example
Text Example
White with #01AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB75; }
p { color: rgb(1,171,117); }
H1.HeaderClassName
{
color: #01AB75;
}
.AnyTagClassName
{
color: #01AB75;
}
</style>
background-color css
<style>
a { background-color: #01AB75; }
a { background-color: rgb(1,171,117); }
div.DivClassName
{
background-color: #01AB75;
}
.BgClassName
{
background-color: #01AB75;
}
</style>
border-color css
<style>
span { border-color: #01AB75; }
span { border-color: rgb(1,171,117); }
td.TdClassName
{
border-color: #01AB75;
}
.TagClassName
{
border-color: #01AB75;
}
</style>