Shades of Jade #0AAA66
Tints of Jade #0AAA66
RGB
CMYK
RGB Variations
Color information
#0AAA66 (or 0x0AAA66) is known color: Jade. HEX triplet: 0A, AA and 66. RGB value is (10,170,102). Sum of RGB (Red+Green+Blue) = 10+170+102=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA66 is #F55599. Grayscale: #727272. Windows color (decimal): -16078234 or 6728202. OLE color: 6728202.
HSL color Cylindrical-coordinate representation of color #0AAA66: hue angle of 154.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA66 is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 102 | - |
| CMYK | 0.94 | 0 | 0.4 | 0.33 |
| HSL | 154.5º | 0.89% | 0.35% | - |
| HSV(B) | 154.5º | 0.94% | 0.67% | - |
| XYZ | 16.9 | 29.77 | 17.43 | - |
| YUV | 114.41 | 120.99 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 102 | 0.94 | 0 | 0.4 | 0.33 | 154.5 | 0.89 | 0.35 |
| Hex | A | AA | 66 | 5E | 0 | 28 | 21 | 9A | 59 | 23 |
| Octal | 12 | 252 | 146 | 136 | 0 | 50 | 41 | 232 | 131 | 43 |
| Binary | 1010 | 10101010 | 1100110 | 1011110 | 0 | 101000 | 100001 | 10011010 | 1011001 | 100011 |
Color Harmonies of #0AAA66
Complementary color
Monochromatic Colors of #0AAA66
Black with #0AAA66
Text Example
Text Example
White with #0AAA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA66; }
p { color: rgb(10,170,102); }
H1.HeaderClassName
{
color: #0AAA66;
}
.AnyTagClassName
{
color: #0AAA66;
}
</style>
background-color css
<style>
a { background-color: #0AAA66; }
a { background-color: rgb(10,170,102); }
div.DivClassName
{
background-color: #0AAA66;
}
.BgClassName
{
background-color: #0AAA66;
}
</style>
border-color css
<style>
span { border-color: #0AAA66; }
span { border-color: rgb(10,170,102); }
td.TdClassName
{
border-color: #0AAA66;
}
.TagClassName
{
border-color: #0AAA66;
}
</style>