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