Shades of Jade #0AAA6D
Tints of Jade #0AAA6D
RGB
CMYK
RGB Variations
Color information
#0AAA6D (or 0x0AAA6D) is known color: Jade. HEX triplet: 0A, AA and 6D. RGB value is (10,170,109). Sum of RGB (Red+Green+Blue) = 10+170+109=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA6D is #F55592. Grayscale: #737373. Windows color (decimal): -16078227 or 7186954. OLE color: 7186954.
HSL color Cylindrical-coordinate representation of color #0AAA6D: hue angle of 157.12º 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 #0AAA6D is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 109 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.33 |
| HSL | 157.13º | 0.89% | 0.35% | - |
| HSV(B) | 157.13º | 0.94% | 0.67% | - |
| XYZ | 17.26 | 29.92 | 19.33 | - |
| YUV | 115.21 | 124.49 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 109 | 0.94 | 0 | 0.36 | 0.33 | 157.13 | 0.89 | 0.35 |
| Hex | A | AA | 6D | 5E | 0 | 24 | 21 | 9D | 59 | 23 |
| Octal | 12 | 252 | 155 | 136 | 0 | 44 | 41 | 235 | 131 | 43 |
| Binary | 1010 | 10101010 | 1101101 | 1011110 | 0 | 100100 | 100001 | 10011101 | 1011001 | 100011 |
Color Harmonies of #0AAA6D
Complementary color
Monochromatic Colors of #0AAA6D
Black with #0AAA6D
Text Example
Text Example
White with #0AAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA6D; }
p { color: rgb(10,170,109); }
H1.HeaderClassName
{
color: #0AAA6D;
}
.AnyTagClassName
{
color: #0AAA6D;
}
</style>
background-color css
<style>
a { background-color: #0AAA6D; }
a { background-color: rgb(10,170,109); }
div.DivClassName
{
background-color: #0AAA6D;
}
.BgClassName
{
background-color: #0AAA6D;
}
</style>
border-color css
<style>
span { border-color: #0AAA6D; }
span { border-color: rgb(10,170,109); }
td.TdClassName
{
border-color: #0AAA6D;
}
.TagClassName
{
border-color: #0AAA6D;
}
</style>