Shades of Jade #0AAB6E
Tints of Jade #0AAB6E
RGB
CMYK
RGB Variations
Color information
#0AAB6E (or 0x0AAB6E) is known color: Jade. HEX triplet: 0A, AB and 6E. RGB value is (10,171,110). Sum of RGB (Red+Green+Blue) = 10+171+110=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB6E is #F55491. Grayscale: #737373. Windows color (decimal): -16077970 or 7252746. OLE color: 7252746.
HSL color Cylindrical-coordinate representation of color #0AAB6E: hue angle of 157.27º 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 #0AAB6E is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 110 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.33 |
| HSL | 157.27º | 0.89% | 0.35% | - |
| HSV(B) | 157.27º | 0.94% | 0.67% | - |
| XYZ | 17.5 | 30.32 | 19.68 | - |
| YUV | 115.91 | 124.66 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 110 | 0.94 | 0 | 0.36 | 0.33 | 157.27 | 0.89 | 0.35 |
| Hex | A | AB | 6E | 5E | 0 | 24 | 21 | 9D | 59 | 23 |
| Octal | 12 | 253 | 156 | 136 | 0 | 44 | 41 | 235 | 131 | 43 |
| Binary | 1010 | 10101011 | 1101110 | 1011110 | 0 | 100100 | 100001 | 10011101 | 1011001 | 100011 |
Color Harmonies of #0AAB6E
Complementary color
Monochromatic Colors of #0AAB6E
Black with #0AAB6E
Text Example
Text Example
White with #0AAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB6E; }
p { color: rgb(10,171,110); }
H1.HeaderClassName
{
color: #0AAB6E;
}
.AnyTagClassName
{
color: #0AAB6E;
}
</style>
background-color css
<style>
a { background-color: #0AAB6E; }
a { background-color: rgb(10,171,110); }
div.DivClassName
{
background-color: #0AAB6E;
}
.BgClassName
{
background-color: #0AAB6E;
}
</style>
border-color css
<style>
span { border-color: #0AAB6E; }
span { border-color: rgb(10,171,110); }
td.TdClassName
{
border-color: #0AAB6E;
}
.TagClassName
{
border-color: #0AAB6E;
}
</style>