Shades of Jade #09AD6F
Tints of Jade #09AD6F
RGB
CMYK
RGB Variations
Color information
#09AD6F (or 0x09AD6F) is known color: Jade. HEX triplet: 09, AD and 6F. RGB value is (9,173,111). Sum of RGB (Red+Green+Blue) = 9+173+111=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #09AD6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AD6F is #F65290. Grayscale: #747474. Windows color (decimal): -16142993 or 7318793. OLE color: 7318793.
HSL color Cylindrical-coordinate representation of color #09AD6F: hue angle of 157.32º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AD6F is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 111 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.32 |
| HSL | 157.32º | 0.9% | 0.36% | - |
| HSV(B) | 157.32º | 0.95% | 0.68% | - |
| XYZ | 17.93 | 31.09 | 20.1 | - |
| YUV | 116.9 | 124.67 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 111 | 0.95 | 0 | 0.36 | 0.32 | 157.32 | 0.9 | 0.36 |
| Hex | 9 | AD | 6F | 5F | 0 | 24 | 20 | 9D | 5A | 24 |
| Octal | 11 | 255 | 157 | 137 | 0 | 44 | 40 | 235 | 132 | 44 |
| Binary | 1001 | 10101101 | 1101111 | 1011111 | 0 | 100100 | 100000 | 10011101 | 1011010 | 100100 |
Color Harmonies of #09AD6F
Complementary color
Monochromatic Colors of #09AD6F
Black with #09AD6F
Text Example
Text Example
White with #09AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AD6F; }
p { color: rgb(9,173,111); }
H1.HeaderClassName
{
color: #09AD6F;
}
.AnyTagClassName
{
color: #09AD6F;
}
</style>
background-color css
<style>
a { background-color: #09AD6F; }
a { background-color: rgb(9,173,111); }
div.DivClassName
{
background-color: #09AD6F;
}
.BgClassName
{
background-color: #09AD6F;
}
</style>
border-color css
<style>
span { border-color: #09AD6F; }
span { border-color: rgb(9,173,111); }
td.TdClassName
{
border-color: #09AD6F;
}
.TagClassName
{
border-color: #09AD6F;
}
</style>