Shades of Jade #0AAE67
Tints of Jade #0AAE67
RGB
CMYK
RGB Variations
Color information
#0AAE67 (or 0x0AAE67) is known color: Jade. HEX triplet: 0A, AE and 67. RGB value is (10,174,103). Sum of RGB (Red+Green+Blue) = 10+174+103=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 174 (68.36% from 255 or 60.63% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAE67 is #F55198. Grayscale: #747474. Windows color (decimal): -16077209 or 6794762. OLE color: 6794762.
HSL color Cylindrical-coordinate representation of color #0AAE67: hue angle of 154.02º 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 #0AAE67 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 103 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.32 |
| HSL | 154.02º | 0.89% | 0.36% | - |
| HSV(B) | 154.02º | 0.94% | 0.68% | - |
| XYZ | 17.71 | 31.32 | 17.94 | - |
| YUV | 116.87 | 120.17 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 103 | 0.94 | 0 | 0.41 | 0.32 | 154.02 | 0.89 | 0.36 |
| Hex | A | AE | 67 | 5E | 0 | 29 | 20 | 9A | 59 | 24 |
| Octal | 12 | 256 | 147 | 136 | 0 | 51 | 40 | 232 | 131 | 44 |
| Binary | 1010 | 10101110 | 1100111 | 1011110 | 0 | 101001 | 100000 | 10011010 | 1011001 | 100100 |
Color Harmonies of #0AAE67
Complementary color
Monochromatic Colors of #0AAE67
Black with #0AAE67
Text Example
Text Example
White with #0AAE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE67; }
p { color: rgb(10,174,103); }
H1.HeaderClassName
{
color: #0AAE67;
}
.AnyTagClassName
{
color: #0AAE67;
}
</style>
background-color css
<style>
a { background-color: #0AAE67; }
a { background-color: rgb(10,174,103); }
div.DivClassName
{
background-color: #0AAE67;
}
.BgClassName
{
background-color: #0AAE67;
}
</style>
border-color css
<style>
span { border-color: #0AAE67; }
span { border-color: rgb(10,174,103); }
td.TdClassName
{
border-color: #0AAE67;
}
.TagClassName
{
border-color: #0AAE67;
}
</style>