Shades of Jade #09AD7A
Tints of Jade #09AD7A
RGB
CMYK
RGB Variations
Color information
#09AD7A (or 0x09AD7A) is known color: Jade. HEX triplet: 09, AD and 7A. RGB value is (9,173,122). Sum of RGB (Red+Green+Blue) = 9+173+122=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #09AD7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AD7A is #F65285. Grayscale: #767676. Windows color (decimal): -16142982 or 8039689. OLE color: 8039689.
HSL color Cylindrical-coordinate representation of color #09AD7A: hue angle of 161.34º 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 #09AD7A is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 122 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.32 |
| HSL | 161.34º | 0.9% | 0.36% | - |
| HSV(B) | 161.34º | 0.95% | 0.68% | - |
| XYZ | 18.57 | 31.35 | 23.48 | - |
| YUV | 118.15 | 130.17 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 122 | 0.95 | 0 | 0.29 | 0.32 | 161.34 | 0.9 | 0.36 |
| Hex | 9 | AD | 7A | 5F | 0 | 1D | 20 | A1 | 5A | 24 |
| Octal | 11 | 255 | 172 | 137 | 0 | 35 | 40 | 241 | 132 | 44 |
| Binary | 1001 | 10101101 | 1111010 | 1011111 | 0 | 11101 | 100000 | 10100001 | 1011010 | 100100 |
Color Harmonies of #09AD7A
Complementary color
Monochromatic Colors of #09AD7A
Black with #09AD7A
Text Example
Text Example
White with #09AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AD7A; }
p { color: rgb(9,173,122); }
H1.HeaderClassName
{
color: #09AD7A;
}
.AnyTagClassName
{
color: #09AD7A;
}
</style>
background-color css
<style>
a { background-color: #09AD7A; }
a { background-color: rgb(9,173,122); }
div.DivClassName
{
background-color: #09AD7A;
}
.BgClassName
{
background-color: #09AD7A;
}
</style>
border-color css
<style>
span { border-color: #09AD7A; }
span { border-color: rgb(9,173,122); }
td.TdClassName
{
border-color: #09AD7A;
}
.TagClassName
{
border-color: #09AD7A;
}
</style>