Shades of Jade #09A66B
Tints of Jade #09A66B
RGB
CMYK
RGB Variations
Color information
#09A66B (or 0x09A66B) is known color: Jade. HEX triplet: 09, A6 and 6B. RGB value is (9,166,107). Sum of RGB (Red+Green+Blue) = 9+166+107=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #09A66B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A66B is #F65994. Grayscale: #707070. Windows color (decimal): -16144789 or 7054857. OLE color: 7054857.
HSL color Cylindrical-coordinate representation of color #09A66B: hue angle of 157.45º 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 #09A66B is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 166 | 107 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.35 |
| HSL | 157.45º | 0.9% | 0.34% | - |
| HSV(B) | 157.45º | 0.95% | 0.65% | - |
| XYZ | 16.4 | 28.39 | 18.53 | - |
| YUV | 112.33 | 124.99 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 107 | 0.95 | 0 | 0.36 | 0.35 | 157.45 | 0.9 | 0.34 |
| Hex | 9 | A6 | 6B | 5F | 0 | 24 | 23 | 9D | 5A | 22 |
| Octal | 11 | 246 | 153 | 137 | 0 | 44 | 43 | 235 | 132 | 42 |
| Binary | 1001 | 10100110 | 1101011 | 1011111 | 0 | 100100 | 100011 | 10011101 | 1011010 | 100010 |
Color Harmonies of #09A66B
Complementary color
Monochromatic Colors of #09A66B
Black with #09A66B
Text Example
Text Example
White with #09A66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A66B; }
p { color: rgb(9,166,107); }
H1.HeaderClassName
{
color: #09A66B;
}
.AnyTagClassName
{
color: #09A66B;
}
</style>
background-color css
<style>
a { background-color: #09A66B; }
a { background-color: rgb(9,166,107); }
div.DivClassName
{
background-color: #09A66B;
}
.BgClassName
{
background-color: #09A66B;
}
</style>
border-color css
<style>
span { border-color: #09A66B; }
span { border-color: rgb(9,166,107); }
td.TdClassName
{
border-color: #09A66B;
}
.TagClassName
{
border-color: #09A66B;
}
</style>