Shades of Jade #09A66F
Tints of Jade #09A66F
RGB
CMYK
RGB Variations
Color information
#09A66F (or 0x09A66F) is known color: Jade. HEX triplet: 09, A6 and 6F. RGB value is (9,166,111). Sum of RGB (Red+Green+Blue) = 9+166+111=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #09A66F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A66F is #F65990. Grayscale: #707070. Windows color (decimal): -16144785 or 7317001. OLE color: 7317001.
HSL color Cylindrical-coordinate representation of color #09A66F: hue angle of 158.98º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A66F is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 166 | 111 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.35 |
| HSL | 158.98º | 0.9% | 0.34% | - |
| HSV(B) | 158.98º | 0.95% | 0.65% | - |
| XYZ | 16.62 | 28.48 | 19.66 | - |
| YUV | 112.79 | 126.99 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 111 | 0.95 | 0 | 0.33 | 0.35 | 158.98 | 0.9 | 0.34 |
| Hex | 9 | A6 | 6F | 5F | 0 | 21 | 23 | 9F | 5A | 22 |
| Octal | 11 | 246 | 157 | 137 | 0 | 41 | 43 | 237 | 132 | 42 |
| Binary | 1001 | 10100110 | 1101111 | 1011111 | 0 | 100001 | 100011 | 10011111 | 1011010 | 100010 |
Color Harmonies of #09A66F
Complementary color
Monochromatic Colors of #09A66F
Black with #09A66F
Text Example
Text Example
White with #09A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A66F; }
p { color: rgb(9,166,111); }
H1.HeaderClassName
{
color: #09A66F;
}
.AnyTagClassName
{
color: #09A66F;
}
</style>
background-color css
<style>
a { background-color: #09A66F; }
a { background-color: rgb(9,166,111); }
div.DivClassName
{
background-color: #09A66F;
}
.BgClassName
{
background-color: #09A66F;
}
</style>
border-color css
<style>
span { border-color: #09A66F; }
span { border-color: rgb(9,166,111); }
td.TdClassName
{
border-color: #09A66F;
}
.TagClassName
{
border-color: #09A66F;
}
</style>