Shades of Jade #0AAE6E
Tints of Jade #0AAE6E
RGB
CMYK
RGB Variations
Color information
#0AAE6E (or 0x0AAE6E) is known color: Jade. HEX triplet: 0A, AE and 6E. RGB value is (10,174,110). Sum of RGB (Red+Green+Blue) = 10+174+110=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAE6E is #F55191. Grayscale: #757575. Windows color (decimal): -16077202 or 7253514. OLE color: 7253514.
HSL color Cylindrical-coordinate representation of color #0AAE6E: hue angle of 156.59º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAE6E is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 110 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.32 |
| HSL | 156.59º | 0.89% | 0.36% | - |
| HSV(B) | 156.59º | 0.94% | 0.68% | - |
| XYZ | 18.08 | 31.46 | 19.87 | - |
| YUV | 117.67 | 123.67 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 110 | 0.94 | 0 | 0.37 | 0.32 | 156.59 | 0.89 | 0.36 |
| Hex | A | AE | 6E | 5E | 0 | 25 | 20 | 9D | 59 | 24 |
| Octal | 12 | 256 | 156 | 136 | 0 | 45 | 40 | 235 | 131 | 44 |
| Binary | 1010 | 10101110 | 1101110 | 1011110 | 0 | 100101 | 100000 | 10011101 | 1011001 | 100100 |
Color Harmonies of #0AAE6E
Complementary color
Monochromatic Colors of #0AAE6E
Black with #0AAE6E
Text Example
Text Example
White with #0AAE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE6E; }
p { color: rgb(10,174,110); }
H1.HeaderClassName
{
color: #0AAE6E;
}
.AnyTagClassName
{
color: #0AAE6E;
}
</style>
background-color css
<style>
a { background-color: #0AAE6E; }
a { background-color: rgb(10,174,110); }
div.DivClassName
{
background-color: #0AAE6E;
}
.BgClassName
{
background-color: #0AAE6E;
}
</style>
border-color css
<style>
span { border-color: #0AAE6E; }
span { border-color: rgb(10,174,110); }
td.TdClassName
{
border-color: #0AAE6E;
}
.TagClassName
{
border-color: #0AAE6E;
}
</style>