Shades of Jade #09AA6D
Tints of Jade #09AA6D
RGB
CMYK
RGB Variations
Color information
#09AA6D (or 0x09AA6D) is known color: Jade. HEX triplet: 09, AA and 6D. RGB value is (9,170,109). Sum of RGB (Red+Green+Blue) = 9+170+109=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA6D is #F65592. Grayscale: #727272. Windows color (decimal): -16143763 or 7186953. OLE color: 7186953.
HSL color Cylindrical-coordinate representation of color #09AA6D: hue angle of 157.27º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AA6D is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 109 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.33 |
| HSL | 157.27º | 0.9% | 0.35% | - |
| HSV(B) | 157.27º | 0.95% | 0.67% | - |
| XYZ | 17.25 | 29.91 | 19.33 | - |
| YUV | 114.91 | 124.66 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 109 | 0.95 | 0 | 0.36 | 0.33 | 157.27 | 0.9 | 0.35 |
| Hex | 9 | AA | 6D | 5F | 0 | 24 | 21 | 9D | 5A | 23 |
| Octal | 11 | 252 | 155 | 137 | 0 | 44 | 41 | 235 | 132 | 43 |
| Binary | 1001 | 10101010 | 1101101 | 1011111 | 0 | 100100 | 100001 | 10011101 | 1011010 | 100011 |
Color Harmonies of #09AA6D
Complementary color
Monochromatic Colors of #09AA6D
Black with #09AA6D
Text Example
Text Example
White with #09AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA6D; }
p { color: rgb(9,170,109); }
H1.HeaderClassName
{
color: #09AA6D;
}
.AnyTagClassName
{
color: #09AA6D;
}
</style>
background-color css
<style>
a { background-color: #09AA6D; }
a { background-color: rgb(9,170,109); }
div.DivClassName
{
background-color: #09AA6D;
}
.BgClassName
{
background-color: #09AA6D;
}
</style>
border-color css
<style>
span { border-color: #09AA6D; }
span { border-color: rgb(9,170,109); }
td.TdClassName
{
border-color: #09AA6D;
}
.TagClassName
{
border-color: #09AA6D;
}
</style>