Shades of Jade #09AD66
Tints of Jade #09AD66
RGB
CMYK
RGB Variations
Color information
#09AD66 (or 0x09AD66) is known color: Jade. HEX triplet: 09, AD and 66. RGB value is (9,173,102). Sum of RGB (Red+Green+Blue) = 9+173+102=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #09AD66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AD66 is #F65299. Grayscale: #737373. Windows color (decimal): -16143002 or 6728969. OLE color: 6728969.
HSL color Cylindrical-coordinate representation of color #09AD66: hue angle of 154.02º 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 #09AD66 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 102 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.32 |
| HSL | 154.02º | 0.9% | 0.36% | - |
| HSV(B) | 154.02º | 0.95% | 0.68% | - |
| XYZ | 17.45 | 30.9 | 17.62 | - |
| YUV | 115.87 | 120.17 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 102 | 0.95 | 0 | 0.41 | 0.32 | 154.02 | 0.9 | 0.36 |
| Hex | 9 | AD | 66 | 5F | 0 | 29 | 20 | 9A | 5A | 24 |
| Octal | 11 | 255 | 146 | 137 | 0 | 51 | 40 | 232 | 132 | 44 |
| Binary | 1001 | 10101101 | 1100110 | 1011111 | 0 | 101001 | 100000 | 10011010 | 1011010 | 100100 |
Color Harmonies of #09AD66
Complementary color
Monochromatic Colors of #09AD66
Black with #09AD66
Text Example
Text Example
White with #09AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AD66; }
p { color: rgb(9,173,102); }
H1.HeaderClassName
{
color: #09AD66;
}
.AnyTagClassName
{
color: #09AD66;
}
</style>
background-color css
<style>
a { background-color: #09AD66; }
a { background-color: rgb(9,173,102); }
div.DivClassName
{
background-color: #09AD66;
}
.BgClassName
{
background-color: #09AD66;
}
</style>
border-color css
<style>
span { border-color: #09AD66; }
span { border-color: rgb(9,173,102); }
td.TdClassName
{
border-color: #09AD66;
}
.TagClassName
{
border-color: #09AD66;
}
</style>