Shades of Jade #0AAB6C
Tints of Jade #0AAB6C
RGB
CMYK
RGB Variations
Color information
#0AAB6C (or 0x0AAB6C) is known color: Jade. HEX triplet: 0A, AB and 6C. RGB value is (10,171,108). Sum of RGB (Red+Green+Blue) = 10+171+108=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAB6C is #F55493. Grayscale: #737373. Windows color (decimal): -16077972 or 7121674. OLE color: 7121674.
HSL color Cylindrical-coordinate representation of color #0AAB6C: hue angle of 156.52º 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 #0AAB6C is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 108 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.33 |
| HSL | 156.52º | 0.89% | 0.35% | - |
| HSV(B) | 156.52º | 0.94% | 0.67% | - |
| XYZ | 17.39 | 30.27 | 19.11 | - |
| YUV | 115.68 | 123.66 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 108 | 0.94 | 0 | 0.37 | 0.33 | 156.52 | 0.89 | 0.35 |
| Hex | A | AB | 6C | 5E | 0 | 25 | 21 | 9D | 59 | 23 |
| Octal | 12 | 253 | 154 | 136 | 0 | 45 | 41 | 235 | 131 | 43 |
| Binary | 1010 | 10101011 | 1101100 | 1011110 | 0 | 100101 | 100001 | 10011101 | 1011001 | 100011 |
Color Harmonies of #0AAB6C
Complementary color
Monochromatic Colors of #0AAB6C
Black with #0AAB6C
Text Example
Text Example
White with #0AAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB6C; }
p { color: rgb(10,171,108); }
H1.HeaderClassName
{
color: #0AAB6C;
}
.AnyTagClassName
{
color: #0AAB6C;
}
</style>
background-color css
<style>
a { background-color: #0AAB6C; }
a { background-color: rgb(10,171,108); }
div.DivClassName
{
background-color: #0AAB6C;
}
.BgClassName
{
background-color: #0AAB6C;
}
</style>
border-color css
<style>
span { border-color: #0AAB6C; }
span { border-color: rgb(10,171,108); }
td.TdClassName
{
border-color: #0AAB6C;
}
.TagClassName
{
border-color: #0AAB6C;
}
</style>