Shades of Jade #0AAE63
Tints of Jade #0AAE63
RGB
CMYK
RGB Variations
Color information
#0AAE63 (or 0x0AAE63) is known color: Jade. HEX triplet: 0A, AE and 63. RGB value is (10,174,99). Sum of RGB (Red+Green+Blue) = 10+174+99=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 174 (68.36% from 255 or 61.48% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAE63 is #F5519C. Grayscale: #747474. Windows color (decimal): -16077213 or 6532618. OLE color: 6532618.
HSL color Cylindrical-coordinate representation of color #0AAE63: hue angle of 152.56º 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 #0AAE63 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 99 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.32 |
| HSL | 152.56º | 0.89% | 0.36% | - |
| HSV(B) | 152.56º | 0.94% | 0.68% | - |
| XYZ | 17.51 | 31.24 | 16.91 | - |
| YUV | 116.41 | 118.17 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 99 | 0.94 | 0 | 0.43 | 0.32 | 152.56 | 0.89 | 0.36 |
| Hex | A | AE | 63 | 5E | 0 | 2B | 20 | 99 | 59 | 24 |
| Octal | 12 | 256 | 143 | 136 | 0 | 53 | 40 | 231 | 131 | 44 |
| Binary | 1010 | 10101110 | 1100011 | 1011110 | 0 | 101011 | 100000 | 10011001 | 1011001 | 100100 |
Color Harmonies of #0AAE63
Complementary color
Monochromatic Colors of #0AAE63
Black with #0AAE63
Text Example
Text Example
White with #0AAE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE63; }
p { color: rgb(10,174,99); }
H1.HeaderClassName
{
color: #0AAE63;
}
.AnyTagClassName
{
color: #0AAE63;
}
</style>
background-color css
<style>
a { background-color: #0AAE63; }
a { background-color: rgb(10,174,99); }
div.DivClassName
{
background-color: #0AAE63;
}
.BgClassName
{
background-color: #0AAE63;
}
</style>
border-color css
<style>
span { border-color: #0AAE63; }
span { border-color: rgb(10,174,99); }
td.TdClassName
{
border-color: #0AAE63;
}
.TagClassName
{
border-color: #0AAE63;
}
</style>