Shades of Jade #09A06C
Tints of Jade #09A06C
RGB
CMYK
RGB Variations
Color information
#09A06C (or 0x09A06C) is known color: Jade. HEX triplet: 09, A0 and 6C. RGB value is (9,160,108). Sum of RGB (Red+Green+Blue) = 9+160+108=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #09A06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A06C is #F65F93. Grayscale: #6C6C6C. Windows color (decimal): -16146324 or 7118857. OLE color: 7118857.
HSL color Cylindrical-coordinate representation of color #09A06C: hue angle of 159.34º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A06C is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 160 | 108 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.37 |
| HSL | 159.34º | 0.89% | 0.33% | - |
| HSV(B) | 159.34º | 0.94% | 0.63% | - |
| XYZ | 15.39 | 26.28 | 18.45 | - |
| YUV | 108.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 160 | 108 | 0.94 | 0 | 0.32 | 0.37 | 159.34 | 0.89 | 0.33 |
| Hex | 9 | A0 | 6C | 5E | 0 | 20 | 25 | 9F | 59 | 21 |
| Octal | 11 | 240 | 154 | 136 | 0 | 40 | 45 | 237 | 131 | 41 |
| Binary | 1001 | 10100000 | 1101100 | 1011110 | 0 | 100000 | 100101 | 10011111 | 1011001 | 100001 |
Color Harmonies of #09A06C
Complementary color
Monochromatic Colors of #09A06C
Black with #09A06C
Text Example
Text Example
White with #09A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A06C; }
p { color: rgb(9,160,108); }
H1.HeaderClassName
{
color: #09A06C;
}
.AnyTagClassName
{
color: #09A06C;
}
</style>
background-color css
<style>
a { background-color: #09A06C; }
a { background-color: rgb(9,160,108); }
div.DivClassName
{
background-color: #09A06C;
}
.BgClassName
{
background-color: #09A06C;
}
</style>
border-color css
<style>
span { border-color: #09A06C; }
span { border-color: rgb(9,160,108); }
td.TdClassName
{
border-color: #09A06C;
}
.TagClassName
{
border-color: #09A06C;
}
</style>