Shades of Jade #01AB6E
Tints of Jade #01AB6E
RGB
CMYK
RGB Variations
Color information
#01AB6E (or 0x01AB6E) is known color: Jade. HEX triplet: 01, AB and 6E. RGB value is (1,171,110). Sum of RGB (Red+Green+Blue) = 1+171+110=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AB6E is #FE5491. Grayscale: #717171. Windows color (decimal): -16667794 or 7252737. OLE color: 7252737.
HSL color Cylindrical-coordinate representation of color #01AB6E: hue angle of 158.47º 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 #01AB6E is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 110 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.33 |
| HSL | 158.47º | 0.99% | 0.34% | - |
| HSV(B) | 158.47º | 0.99% | 0.67% | - |
| XYZ | 17.39 | 30.26 | 19.68 | - |
| YUV | 113.22 | 126.18 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 110 | 0.99 | 0 | 0.36 | 0.33 | 158.47 | 0.99 | 0.34 |
| Hex | 1 | AB | 6E | 63 | 0 | 24 | 21 | 9E | 63 | 22 |
| Octal | 1 | 253 | 156 | 143 | 0 | 44 | 41 | 236 | 143 | 42 |
| Binary | 1 | 10101011 | 1101110 | 1100011 | 0 | 100100 | 100001 | 10011110 | 1100011 | 100010 |
Color Harmonies of #01AB6E
Complementary color
Monochromatic Colors of #01AB6E
Black with #01AB6E
Text Example
Text Example
White with #01AB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB6E; }
p { color: rgb(1,171,110); }
H1.HeaderClassName
{
color: #01AB6E;
}
.AnyTagClassName
{
color: #01AB6E;
}
</style>
background-color css
<style>
a { background-color: #01AB6E; }
a { background-color: rgb(1,171,110); }
div.DivClassName
{
background-color: #01AB6E;
}
.BgClassName
{
background-color: #01AB6E;
}
</style>
border-color css
<style>
span { border-color: #01AB6E; }
span { border-color: rgb(1,171,110); }
td.TdClassName
{
border-color: #01AB6E;
}
.TagClassName
{
border-color: #01AB6E;
}
</style>