Shades of Jade #09AE77
Tints of Jade #09AE77
RGB
CMYK
RGB Variations
Color information
#09AE77 (or 0x09AE77) is known color: Jade. HEX triplet: 09, AE and 77. RGB value is (9,174,119). Sum of RGB (Red+Green+Blue) = 9+174+119=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #09AE77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AE77 is #F65188. Grayscale: #767676. Windows color (decimal): -16142729 or 7843337. OLE color: 7843337.
HSL color Cylindrical-coordinate representation of color #09AE77: hue angle of 160º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AE77 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 174 | 119 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.32 |
| HSL | 160º | 0.9% | 0.36% | - |
| HSV(B) | 160º | 0.95% | 0.68% | - |
| XYZ | 18.58 | 31.66 | 22.58 | - |
| YUV | 118.4 | 128.34 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 174 | 119 | 0.95 | 0 | 0.32 | 0.32 | 160 | 0.9 | 0.36 |
| Hex | 9 | AE | 77 | 5F | 0 | 20 | 20 | A0 | 5A | 24 |
| Octal | 11 | 256 | 167 | 137 | 0 | 40 | 40 | 240 | 132 | 44 |
| Binary | 1001 | 10101110 | 1110111 | 1011111 | 0 | 100000 | 100000 | 10100000 | 1011010 | 100100 |
Color Harmonies of #09AE77
Complementary color
Monochromatic Colors of #09AE77
Black with #09AE77
Text Example
Text Example
White with #09AE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AE77; }
p { color: rgb(9,174,119); }
H1.HeaderClassName
{
color: #09AE77;
}
.AnyTagClassName
{
color: #09AE77;
}
</style>
background-color css
<style>
a { background-color: #09AE77; }
a { background-color: rgb(9,174,119); }
div.DivClassName
{
background-color: #09AE77;
}
.BgClassName
{
background-color: #09AE77;
}
</style>
border-color css
<style>
span { border-color: #09AE77; }
span { border-color: rgb(9,174,119); }
td.TdClassName
{
border-color: #09AE77;
}
.TagClassName
{
border-color: #09AE77;
}
</style>