Shades of Jade #0AAA6E
Tints of Jade #0AAA6E
RGB
CMYK
RGB Variations
Color information
#0AAA6E (or 0x0AAA6E) is known color: Jade. HEX triplet: 0A, AA and 6E. RGB value is (10,170,110). Sum of RGB (Red+Green+Blue) = 10+170+110=290 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.45% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA6E is #F55591. Grayscale: #737373. Windows color (decimal): -16078226 or 7252490. OLE color: 7252490.
HSL color Cylindrical-coordinate representation of color #0AAA6E: hue angle of 157.5º 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 #0AAA6E is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 110 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.33 |
| HSL | 157.5º | 0.89% | 0.35% | - |
| HSV(B) | 157.5º | 0.94% | 0.67% | - |
| XYZ | 17.31 | 29.94 | 19.62 | - |
| YUV | 115.32 | 124.99 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 110 | 0.94 | 0 | 0.35 | 0.33 | 157.5 | 0.89 | 0.35 |
| Hex | A | AA | 6E | 5E | 0 | 23 | 21 | 9E | 59 | 23 |
| Octal | 12 | 252 | 156 | 136 | 0 | 43 | 41 | 236 | 131 | 43 |
| Binary | 1010 | 10101010 | 1101110 | 1011110 | 0 | 100011 | 100001 | 10011110 | 1011001 | 100011 |
Color Harmonies of #0AAA6E
Complementary color
Monochromatic Colors of #0AAA6E
Black with #0AAA6E
Text Example
Text Example
White with #0AAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA6E; }
p { color: rgb(10,170,110); }
H1.HeaderClassName
{
color: #0AAA6E;
}
.AnyTagClassName
{
color: #0AAA6E;
}
</style>
background-color css
<style>
a { background-color: #0AAA6E; }
a { background-color: rgb(10,170,110); }
div.DivClassName
{
background-color: #0AAA6E;
}
.BgClassName
{
background-color: #0AAA6E;
}
</style>
border-color css
<style>
span { border-color: #0AAA6E; }
span { border-color: rgb(10,170,110); }
td.TdClassName
{
border-color: #0AAA6E;
}
.TagClassName
{
border-color: #0AAA6E;
}
</style>