Shades of Jade #0AAB71
Tints of Jade #0AAB71
RGB
CMYK
RGB Variations
Color information
#0AAB71 (or 0x0AAB71) is known color: Jade. HEX triplet: 0A, AB and 71. RGB value is (10,171,113). Sum of RGB (Red+Green+Blue) = 10+171+113=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB71 is #F5548E. Grayscale: #747474. Windows color (decimal): -16077967 or 7449354. OLE color: 7449354.
HSL color Cylindrical-coordinate representation of color #0AAB71: hue angle of 158.39º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB71 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 113 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.33 |
| HSL | 158.39º | 0.89% | 0.35% | - |
| HSV(B) | 158.39º | 0.94% | 0.67% | - |
| XYZ | 17.67 | 30.38 | 20.56 | - |
| YUV | 116.25 | 126.16 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 113 | 0.94 | 0 | 0.34 | 0.33 | 158.39 | 0.89 | 0.35 |
| Hex | A | AB | 71 | 5E | 0 | 22 | 21 | 9E | 59 | 23 |
| Octal | 12 | 253 | 161 | 136 | 0 | 42 | 41 | 236 | 131 | 43 |
| Binary | 1010 | 10101011 | 1110001 | 1011110 | 0 | 100010 | 100001 | 10011110 | 1011001 | 100011 |
Color Harmonies of #0AAB71
Complementary color
Monochromatic Colors of #0AAB71
Black with #0AAB71
Text Example
Text Example
White with #0AAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB71; }
p { color: rgb(10,171,113); }
H1.HeaderClassName
{
color: #0AAB71;
}
.AnyTagClassName
{
color: #0AAB71;
}
</style>
background-color css
<style>
a { background-color: #0AAB71; }
a { background-color: rgb(10,171,113); }
div.DivClassName
{
background-color: #0AAB71;
}
.BgClassName
{
background-color: #0AAB71;
}
</style>
border-color css
<style>
span { border-color: #0AAB71; }
span { border-color: rgb(10,171,113); }
td.TdClassName
{
border-color: #0AAB71;
}
.TagClassName
{
border-color: #0AAB71;
}
</style>