Shades of Jade #09AA74
Tints of Jade #09AA74
RGB
CMYK
RGB Variations
Color information
#09AA74 (or 0x09AA74) is known color: Jade. HEX triplet: 09, AA and 74. RGB value is (9,170,116). Sum of RGB (Red+Green+Blue) = 9+170+116=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA74 is #F6558B. Grayscale: #737373. Windows color (decimal): -16143756 or 7645705. OLE color: 7645705.
HSL color Cylindrical-coordinate representation of color #09AA74: hue angle of 159.88º 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 #09AA74 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 116 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.33 |
| HSL | 159.88º | 0.9% | 0.35% | - |
| HSV(B) | 159.88º | 0.95% | 0.67% | - |
| XYZ | 17.64 | 30.07 | 21.4 | - |
| YUV | 115.71 | 128.16 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 116 | 0.95 | 0 | 0.32 | 0.33 | 159.88 | 0.9 | 0.35 |
| Hex | 9 | AA | 74 | 5F | 0 | 20 | 21 | A0 | 5A | 23 |
| Octal | 11 | 252 | 164 | 137 | 0 | 40 | 41 | 240 | 132 | 43 |
| Binary | 1001 | 10101010 | 1110100 | 1011111 | 0 | 100000 | 100001 | 10100000 | 1011010 | 100011 |
Color Harmonies of #09AA74
Complementary color
Monochromatic Colors of #09AA74
Black with #09AA74
Text Example
Text Example
White with #09AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA74; }
p { color: rgb(9,170,116); }
H1.HeaderClassName
{
color: #09AA74;
}
.AnyTagClassName
{
color: #09AA74;
}
</style>
background-color css
<style>
a { background-color: #09AA74; }
a { background-color: rgb(9,170,116); }
div.DivClassName
{
background-color: #09AA74;
}
.BgClassName
{
background-color: #09AA74;
}
</style>
border-color css
<style>
span { border-color: #09AA74; }
span { border-color: rgb(9,170,116); }
td.TdClassName
{
border-color: #09AA74;
}
.TagClassName
{
border-color: #09AA74;
}
</style>