Shades of Jade #0AAD63
Tints of Jade #0AAD63
RGB
CMYK
RGB Variations
Color information
#0AAD63 (or 0x0AAD63) is known color: Jade. HEX triplet: 0A, AD and 63. RGB value is (10,173,99). Sum of RGB (Red+Green+Blue) = 10+173+99=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD63 is #F5529C. Grayscale: #737373. Windows color (decimal): -16077469 or 6532362. OLE color: 6532362.
HSL color Cylindrical-coordinate representation of color #0AAD63: hue angle of 152.76º 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 #0AAD63 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 99 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.32 |
| HSL | 152.76º | 0.89% | 0.36% | - |
| HSV(B) | 152.76º | 0.94% | 0.68% | - |
| XYZ | 17.32 | 30.85 | 16.85 | - |
| YUV | 115.83 | 118.5 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 99 | 0.94 | 0 | 0.43 | 0.32 | 152.76 | 0.89 | 0.36 |
| Hex | A | AD | 63 | 5E | 0 | 2B | 20 | 99 | 59 | 24 |
| Octal | 12 | 255 | 143 | 136 | 0 | 53 | 40 | 231 | 131 | 44 |
| Binary | 1010 | 10101101 | 1100011 | 1011110 | 0 | 101011 | 100000 | 10011001 | 1011001 | 100100 |
Color Harmonies of #0AAD63
Complementary color
Monochromatic Colors of #0AAD63
Black with #0AAD63
Text Example
Text Example
White with #0AAD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAD63; }
p { color: rgb(10,173,99); }
H1.HeaderClassName
{
color: #0AAD63;
}
.AnyTagClassName
{
color: #0AAD63;
}
</style>
background-color css
<style>
a { background-color: #0AAD63; }
a { background-color: rgb(10,173,99); }
div.DivClassName
{
background-color: #0AAD63;
}
.BgClassName
{
background-color: #0AAD63;
}
</style>
border-color css
<style>
span { border-color: #0AAD63; }
span { border-color: rgb(10,173,99); }
td.TdClassName
{
border-color: #0AAD63;
}
.TagClassName
{
border-color: #0AAD63;
}
</style>