Shades of Jade #09AA6F
Tints of Jade #09AA6F
RGB
CMYK
RGB Variations
Color information
#09AA6F (or 0x09AA6F) is known color: Jade. HEX triplet: 09, AA and 6F. RGB value is (9,170,111). Sum of RGB (Red+Green+Blue) = 9+170+111=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA6F is #F65590. Grayscale: #737373. Windows color (decimal): -16143761 or 7318025. OLE color: 7318025.
HSL color Cylindrical-coordinate representation of color #09AA6F: hue angle of 158.01º 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 #09AA6F is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 111 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.33 |
| HSL | 158.01º | 0.9% | 0.35% | - |
| HSV(B) | 158.01º | 0.95% | 0.67% | - |
| XYZ | 17.36 | 29.96 | 19.91 | - |
| YUV | 115.14 | 125.66 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 111 | 0.95 | 0 | 0.35 | 0.33 | 158.01 | 0.9 | 0.35 |
| Hex | 9 | AA | 6F | 5F | 0 | 23 | 21 | 9E | 5A | 23 |
| Octal | 11 | 252 | 157 | 137 | 0 | 43 | 41 | 236 | 132 | 43 |
| Binary | 1001 | 10101010 | 1101111 | 1011111 | 0 | 100011 | 100001 | 10011110 | 1011010 | 100011 |
Color Harmonies of #09AA6F
Complementary color
Monochromatic Colors of #09AA6F
Black with #09AA6F
Text Example
Text Example
White with #09AA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA6F; }
p { color: rgb(9,170,111); }
H1.HeaderClassName
{
color: #09AA6F;
}
.AnyTagClassName
{
color: #09AA6F;
}
</style>
background-color css
<style>
a { background-color: #09AA6F; }
a { background-color: rgb(9,170,111); }
div.DivClassName
{
background-color: #09AA6F;
}
.BgClassName
{
background-color: #09AA6F;
}
</style>
border-color css
<style>
span { border-color: #09AA6F; }
span { border-color: rgb(9,170,111); }
td.TdClassName
{
border-color: #09AA6F;
}
.TagClassName
{
border-color: #09AA6F;
}
</style>