Shades of Jade #09A76D
Tints of Jade #09A76D
RGB
CMYK
RGB Variations
Color information
#09A76D (or 0x09A76D) is known color: Jade. HEX triplet: 09, A7 and 6D. RGB value is (9,167,109). Sum of RGB (Red+Green+Blue) = 9+167+109=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 167 (65.62% from 255 or 58.60% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 167 - color contains mainly: green. Hex color #09A76D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A76D is #F65892. Grayscale: #717171. Windows color (decimal): -16144531 or 7186185. OLE color: 7186185.
HSL color Cylindrical-coordinate representation of color #09A76D: hue angle of 157.97º 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 #09A76D is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 167 | 109 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.35 |
| HSL | 157.97º | 0.9% | 0.35% | - |
| HSV(B) | 157.97º | 0.95% | 0.65% | - |
| XYZ | 16.69 | 28.8 | 19.15 | - |
| YUV | 113.15 | 125.65 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 167 | 109 | 0.95 | 0 | 0.35 | 0.35 | 157.97 | 0.9 | 0.35 |
| Hex | 9 | A7 | 6D | 5F | 0 | 23 | 23 | 9E | 5A | 23 |
| Octal | 11 | 247 | 155 | 137 | 0 | 43 | 43 | 236 | 132 | 43 |
| Binary | 1001 | 10100111 | 1101101 | 1011111 | 0 | 100011 | 100011 | 10011110 | 1011010 | 100011 |
Color Harmonies of #09A76D
Complementary color
Monochromatic Colors of #09A76D
Black with #09A76D
Text Example
Text Example
White with #09A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A76D; }
p { color: rgb(9,167,109); }
H1.HeaderClassName
{
color: #09A76D;
}
.AnyTagClassName
{
color: #09A76D;
}
</style>
background-color css
<style>
a { background-color: #09A76D; }
a { background-color: rgb(9,167,109); }
div.DivClassName
{
background-color: #09A76D;
}
.BgClassName
{
background-color: #09A76D;
}
</style>
border-color css
<style>
span { border-color: #09A76D; }
span { border-color: rgb(9,167,109); }
td.TdClassName
{
border-color: #09A76D;
}
.TagClassName
{
border-color: #09A76D;
}
</style>