Shades of Jade #09AB6E
Tints of Jade #09AB6E
RGB
CMYK
RGB Variations
Color information
#09AB6E (or 0x09AB6E) is known color: Jade. HEX triplet: 09, AB and 6E. RGB value is (9,171,110). Sum of RGB (Red+Green+Blue) = 9+171+110=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AB6E is #F65491. Grayscale: #737373. Windows color (decimal): -16143506 or 7252745. OLE color: 7252745.
HSL color Cylindrical-coordinate representation of color #09AB6E: hue angle of 157.41º 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 #09AB6E is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 171 | 110 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.33 |
| HSL | 157.41º | 0.9% | 0.35% | - |
| HSV(B) | 157.41º | 0.95% | 0.67% | - |
| XYZ | 17.49 | 30.31 | 19.68 | - |
| YUV | 115.61 | 124.83 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 110 | 0.95 | 0 | 0.36 | 0.33 | 157.41 | 0.9 | 0.35 |
| Hex | 9 | AB | 6E | 5F | 0 | 24 | 21 | 9D | 5A | 23 |
| Octal | 11 | 253 | 156 | 137 | 0 | 44 | 41 | 235 | 132 | 43 |
| Binary | 1001 | 10101011 | 1101110 | 1011111 | 0 | 100100 | 100001 | 10011101 | 1011010 | 100011 |
Color Harmonies of #09AB6E
Complementary color
Monochromatic Colors of #09AB6E
Black with #09AB6E
Text Example
Text Example
White with #09AB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AB6E; }
p { color: rgb(9,171,110); }
H1.HeaderClassName
{
color: #09AB6E;
}
.AnyTagClassName
{
color: #09AB6E;
}
</style>
background-color css
<style>
a { background-color: #09AB6E; }
a { background-color: rgb(9,171,110); }
div.DivClassName
{
background-color: #09AB6E;
}
.BgClassName
{
background-color: #09AB6E;
}
</style>
border-color css
<style>
span { border-color: #09AB6E; }
span { border-color: rgb(9,171,110); }
td.TdClassName
{
border-color: #09AB6E;
}
.TagClassName
{
border-color: #09AB6E;
}
</style>