Shades of Jade #09AA72
Tints of Jade #09AA72
RGB
CMYK
RGB Variations
Color information
#09AA72 (or 0x09AA72) is known color: Jade. HEX triplet: 09, AA and 72. RGB value is (9,170,114). Sum of RGB (Red+Green+Blue) = 9+170+114=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA72 is #F6558D. Grayscale: #737373. Windows color (decimal): -16143758 or 7514633. OLE color: 7514633.
HSL color Cylindrical-coordinate representation of color #09AA72: hue angle of 159.13º 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 #09AA72 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 114 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.33 |
| HSL | 159.13º | 0.9% | 0.35% | - |
| HSV(B) | 159.13º | 0.95% | 0.67% | - |
| XYZ | 17.52 | 30.02 | 20.79 | - |
| YUV | 115.48 | 127.16 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 114 | 0.95 | 0 | 0.33 | 0.33 | 159.13 | 0.9 | 0.35 |
| Hex | 9 | AA | 72 | 5F | 0 | 21 | 21 | 9F | 5A | 23 |
| Octal | 11 | 252 | 162 | 137 | 0 | 41 | 41 | 237 | 132 | 43 |
| Binary | 1001 | 10101010 | 1110010 | 1011111 | 0 | 100001 | 100001 | 10011111 | 1011010 | 100011 |
Color Harmonies of #09AA72
Complementary color
Monochromatic Colors of #09AA72
Black with #09AA72
Text Example
Text Example
White with #09AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA72; }
p { color: rgb(9,170,114); }
H1.HeaderClassName
{
color: #09AA72;
}
.AnyTagClassName
{
color: #09AA72;
}
</style>
background-color css
<style>
a { background-color: #09AA72; }
a { background-color: rgb(9,170,114); }
div.DivClassName
{
background-color: #09AA72;
}
.BgClassName
{
background-color: #09AA72;
}
</style>
border-color css
<style>
span { border-color: #09AA72; }
span { border-color: rgb(9,170,114); }
td.TdClassName
{
border-color: #09AA72;
}
.TagClassName
{
border-color: #09AA72;
}
</style>