Shades of Jade #09A772
Tints of Jade #09A772
RGB
CMYK
RGB Variations
Color information
#09A772 (or 0x09A772) is known color: Jade. HEX triplet: 09, A7 and 72. RGB value is (9,167,114). Sum of RGB (Red+Green+Blue) = 9+167+114=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 167 (65.62% from 255 or 57.59% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 167 - color contains mainly: green. Hex color #09A772 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A772 is #F6588D. Grayscale: #717171. Windows color (decimal): -16144526 or 7513865. OLE color: 7513865.
HSL color Cylindrical-coordinate representation of color #09A772: hue angle of 159.87º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A772 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 167 | 114 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.35 |
| HSL | 159.87º | 0.9% | 0.35% | - |
| HSV(B) | 159.87º | 0.95% | 0.65% | - |
| XYZ | 16.97 | 28.91 | 20.61 | - |
| YUV | 113.72 | 128.15 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 167 | 114 | 0.95 | 0 | 0.32 | 0.35 | 159.87 | 0.9 | 0.35 |
| Hex | 9 | A7 | 72 | 5F | 0 | 20 | 23 | A0 | 5A | 23 |
| Octal | 11 | 247 | 162 | 137 | 0 | 40 | 43 | 240 | 132 | 43 |
| Binary | 1001 | 10100111 | 1110010 | 1011111 | 0 | 100000 | 100011 | 10100000 | 1011010 | 100011 |
Color Harmonies of #09A772
Complementary color
Monochromatic Colors of #09A772
Black with #09A772
Text Example
Text Example
White with #09A772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A772; }
p { color: rgb(9,167,114); }
H1.HeaderClassName
{
color: #09A772;
}
.AnyTagClassName
{
color: #09A772;
}
</style>
background-color css
<style>
a { background-color: #09A772; }
a { background-color: rgb(9,167,114); }
div.DivClassName
{
background-color: #09A772;
}
.BgClassName
{
background-color: #09A772;
}
</style>
border-color css
<style>
span { border-color: #09A772; }
span { border-color: rgb(9,167,114); }
td.TdClassName
{
border-color: #09A772;
}
.TagClassName
{
border-color: #09A772;
}
</style>