Shades of Jade #0AAD64
Tints of Jade #0AAD64
RGB
CMYK
RGB Variations
Color information
#0AAD64 (or 0x0AAD64) is known color: Jade. HEX triplet: 0A, AD and 64. RGB value is (10,173,100). Sum of RGB (Red+Green+Blue) = 10+173+100=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 173 (67.97% from 255 or 61.13% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD64 is #F5529B. Grayscale: #747474. Windows color (decimal): -16077468 or 6597898. OLE color: 6597898.
HSL color Cylindrical-coordinate representation of color #0AAD64: hue angle of 153.13º 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 #0AAD64 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 100 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.32 |
| HSL | 153.13º | 0.89% | 0.36% | - |
| HSV(B) | 153.13º | 0.94% | 0.68% | - |
| XYZ | 17.37 | 30.87 | 17.1 | - |
| YUV | 115.94 | 119 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 100 | 0.94 | 0 | 0.42 | 0.32 | 153.13 | 0.89 | 0.36 |
| Hex | A | AD | 64 | 5E | 0 | 2A | 20 | 99 | 59 | 24 |
| Octal | 12 | 255 | 144 | 136 | 0 | 52 | 40 | 231 | 131 | 44 |
| Binary | 1010 | 10101101 | 1100100 | 1011110 | 0 | 101010 | 100000 | 10011001 | 1011001 | 100100 |
Color Harmonies of #0AAD64
Complementary color
Monochromatic Colors of #0AAD64
Black with #0AAD64
Text Example
Text Example
White with #0AAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAD64; }
p { color: rgb(10,173,100); }
H1.HeaderClassName
{
color: #0AAD64;
}
.AnyTagClassName
{
color: #0AAD64;
}
</style>
background-color css
<style>
a { background-color: #0AAD64; }
a { background-color: rgb(10,173,100); }
div.DivClassName
{
background-color: #0AAD64;
}
.BgClassName
{
background-color: #0AAD64;
}
</style>
border-color css
<style>
span { border-color: #0AAD64; }
span { border-color: rgb(10,173,100); }
td.TdClassName
{
border-color: #0AAD64;
}
.TagClassName
{
border-color: #0AAD64;
}
</style>