Shades of Jade #09AB60
Tints of Jade #09AB60
RGB
CMYK
RGB Variations
Color information
#09AB60 (or 0x09AB60) is known color: Jade. HEX triplet: 09, AB and 60. RGB value is (9,171,96). Sum of RGB (Red+Green+Blue) = 9+171+96=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 171 (67.19% from 255 or 61.96% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AB60 is #F6549F. Grayscale: #727272. Windows color (decimal): -16143520 or 6335241. OLE color: 6335241.
HSL color Cylindrical-coordinate representation of color #09AB60: hue angle of 152.22º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AB60 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 171 | 96 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.33 |
| HSL | 152.22º | 0.9% | 0.35% | - |
| HSV(B) | 152.22º | 0.95% | 0.67% | - |
| XYZ | 16.79 | 30.03 | 15.98 | - |
| YUV | 114.01 | 117.83 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 96 | 0.95 | 0 | 0.44 | 0.33 | 152.22 | 0.9 | 0.35 |
| Hex | 9 | AB | 60 | 5F | 0 | 2C | 21 | 98 | 5A | 23 |
| Octal | 11 | 253 | 140 | 137 | 0 | 54 | 41 | 230 | 132 | 43 |
| Binary | 1001 | 10101011 | 1100000 | 1011111 | 0 | 101100 | 100001 | 10011000 | 1011010 | 100011 |
Color Harmonies of #09AB60
Complementary color
Monochromatic Colors of #09AB60
Black with #09AB60
Text Example
Text Example
White with #09AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AB60; }
p { color: rgb(9,171,96); }
H1.HeaderClassName
{
color: #09AB60;
}
.AnyTagClassName
{
color: #09AB60;
}
</style>
background-color css
<style>
a { background-color: #09AB60; }
a { background-color: rgb(9,171,96); }
div.DivClassName
{
background-color: #09AB60;
}
.BgClassName
{
background-color: #09AB60;
}
</style>
border-color css
<style>
span { border-color: #09AB60; }
span { border-color: rgb(9,171,96); }
td.TdClassName
{
border-color: #09AB60;
}
.TagClassName
{
border-color: #09AB60;
}
</style>