Shades of Jade #0AAA67
Tints of Jade #0AAA67
RGB
CMYK
RGB Variations
Color information
#0AAA67 (or 0x0AAA67) is known color: Jade. HEX triplet: 0A, AA and 67. RGB value is (10,170,103). Sum of RGB (Red+Green+Blue) = 10+170+103=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA67 is #F55598. Grayscale: #727272. Windows color (decimal): -16078233 or 6793738. OLE color: 6793738.
HSL color Cylindrical-coordinate representation of color #0AAA67: hue angle of 154.88º 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 #0AAA67 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 103 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.33 |
| HSL | 154.88º | 0.89% | 0.35% | - |
| HSV(B) | 154.88º | 0.94% | 0.67% | - |
| XYZ | 16.95 | 29.79 | 17.69 | - |
| YUV | 114.52 | 121.49 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 103 | 0.94 | 0 | 0.39 | 0.33 | 154.88 | 0.89 | 0.35 |
| Hex | A | AA | 67 | 5E | 0 | 27 | 21 | 9B | 59 | 23 |
| Octal | 12 | 252 | 147 | 136 | 0 | 47 | 41 | 233 | 131 | 43 |
| Binary | 1010 | 10101010 | 1100111 | 1011110 | 0 | 100111 | 100001 | 10011011 | 1011001 | 100011 |
Color Harmonies of #0AAA67
Complementary color
Monochromatic Colors of #0AAA67
Black with #0AAA67
Text Example
Text Example
White with #0AAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA67; }
p { color: rgb(10,170,103); }
H1.HeaderClassName
{
color: #0AAA67;
}
.AnyTagClassName
{
color: #0AAA67;
}
</style>
background-color css
<style>
a { background-color: #0AAA67; }
a { background-color: rgb(10,170,103); }
div.DivClassName
{
background-color: #0AAA67;
}
.BgClassName
{
background-color: #0AAA67;
}
</style>
border-color css
<style>
span { border-color: #0AAA67; }
span { border-color: rgb(10,170,103); }
td.TdClassName
{
border-color: #0AAA67;
}
.TagClassName
{
border-color: #0AAA67;
}
</style>