Shades of Jade #09AA6E
Tints of Jade #09AA6E
RGB
CMYK
RGB Variations
Color information
#09AA6E (or 0x09AA6E) is known color: Jade. HEX triplet: 09, AA and 6E. RGB value is (9,170,110). Sum of RGB (Red+Green+Blue) = 9+170+110=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA6E is #F65591. Grayscale: #737373. Windows color (decimal): -16143762 or 7252489. OLE color: 7252489.
HSL color Cylindrical-coordinate representation of color #09AA6E: hue angle of 157.64º 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 #09AA6E is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 110 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.33 |
| HSL | 157.64º | 0.9% | 0.35% | - |
| HSV(B) | 157.64º | 0.95% | 0.67% | - |
| XYZ | 17.3 | 29.93 | 19.62 | - |
| YUV | 115.02 | 125.16 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 110 | 0.95 | 0 | 0.35 | 0.33 | 157.64 | 0.9 | 0.35 |
| Hex | 9 | AA | 6E | 5F | 0 | 23 | 21 | 9E | 5A | 23 |
| Octal | 11 | 252 | 156 | 137 | 0 | 43 | 41 | 236 | 132 | 43 |
| Binary | 1001 | 10101010 | 1101110 | 1011111 | 0 | 100011 | 100001 | 10011110 | 1011010 | 100011 |
Color Harmonies of #09AA6E
Complementary color
Monochromatic Colors of #09AA6E
Black with #09AA6E
Text Example
Text Example
White with #09AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA6E; }
p { color: rgb(9,170,110); }
H1.HeaderClassName
{
color: #09AA6E;
}
.AnyTagClassName
{
color: #09AA6E;
}
</style>
background-color css
<style>
a { background-color: #09AA6E; }
a { background-color: rgb(9,170,110); }
div.DivClassName
{
background-color: #09AA6E;
}
.BgClassName
{
background-color: #09AA6E;
}
</style>
border-color css
<style>
span { border-color: #09AA6E; }
span { border-color: rgb(9,170,110); }
td.TdClassName
{
border-color: #09AA6E;
}
.TagClassName
{
border-color: #09AA6E;
}
</style>