Shades of Jade #09A76F
Tints of Jade #09A76F
RGB
CMYK
RGB Variations
Color information
#09A76F (or 0x09A76F) is known color: Jade. HEX triplet: 09, A7 and 6F. RGB value is (9,167,111). Sum of RGB (Red+Green+Blue) = 9+167+111=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 167 (65.62% from 255 or 58.19% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 167 - color contains mainly: green. Hex color #09A76F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A76F is #F65890. Grayscale: #717171. Windows color (decimal): -16144529 or 7317257. OLE color: 7317257.
HSL color Cylindrical-coordinate representation of color #09A76F: hue angle of 158.73º 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 #09A76F is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 167 | 111 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.35 |
| HSL | 158.73º | 0.9% | 0.35% | - |
| HSV(B) | 158.73º | 0.95% | 0.65% | - |
| XYZ | 16.8 | 28.84 | 19.72 | - |
| YUV | 113.37 | 126.65 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 167 | 111 | 0.95 | 0 | 0.34 | 0.35 | 158.73 | 0.9 | 0.35 |
| Hex | 9 | A7 | 6F | 5F | 0 | 22 | 23 | 9F | 5A | 23 |
| Octal | 11 | 247 | 157 | 137 | 0 | 42 | 43 | 237 | 132 | 43 |
| Binary | 1001 | 10100111 | 1101111 | 1011111 | 0 | 100010 | 100011 | 10011111 | 1011010 | 100011 |
Color Harmonies of #09A76F
Complementary color
Monochromatic Colors of #09A76F
Black with #09A76F
Text Example
Text Example
White with #09A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A76F; }
p { color: rgb(9,167,111); }
H1.HeaderClassName
{
color: #09A76F;
}
.AnyTagClassName
{
color: #09A76F;
}
</style>
background-color css
<style>
a { background-color: #09A76F; }
a { background-color: rgb(9,167,111); }
div.DivClassName
{
background-color: #09A76F;
}
.BgClassName
{
background-color: #09A76F;
}
</style>
border-color css
<style>
span { border-color: #09A76F; }
span { border-color: rgb(9,167,111); }
td.TdClassName
{
border-color: #09A76F;
}
.TagClassName
{
border-color: #09A76F;
}
</style>