Shades of Jade #09AB68
Tints of Jade #09AB68
RGB
CMYK
RGB Variations
Color information
#09AB68 (or 0x09AB68) is known color: Jade. HEX triplet: 09, AB and 68. RGB value is (9,171,104). Sum of RGB (Red+Green+Blue) = 9+171+104=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 171 (67.19% from 255 or 60.21% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AB68 is #F65497. Grayscale: #737373. Windows color (decimal): -16143512 or 6859529. OLE color: 6859529.
HSL color Cylindrical-coordinate representation of color #09AB68: hue angle of 155.19º 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 #09AB68 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 171 | 104 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.33 |
| HSL | 155.19º | 0.9% | 0.35% | - |
| HSV(B) | 155.19º | 0.95% | 0.67% | - |
| XYZ | 17.17 | 30.18 | 18.02 | - |
| YUV | 114.92 | 121.83 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 104 | 0.95 | 0 | 0.39 | 0.33 | 155.19 | 0.9 | 0.35 |
| Hex | 9 | AB | 68 | 5F | 0 | 27 | 21 | 9B | 5A | 23 |
| Octal | 11 | 253 | 150 | 137 | 0 | 47 | 41 | 233 | 132 | 43 |
| Binary | 1001 | 10101011 | 1101000 | 1011111 | 0 | 100111 | 100001 | 10011011 | 1011010 | 100011 |
Color Harmonies of #09AB68
Complementary color
Monochromatic Colors of #09AB68
Black with #09AB68
Text Example
Text Example
White with #09AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AB68; }
p { color: rgb(9,171,104); }
H1.HeaderClassName
{
color: #09AB68;
}
.AnyTagClassName
{
color: #09AB68;
}
</style>
background-color css
<style>
a { background-color: #09AB68; }
a { background-color: rgb(9,171,104); }
div.DivClassName
{
background-color: #09AB68;
}
.BgClassName
{
background-color: #09AB68;
}
</style>
border-color css
<style>
span { border-color: #09AB68; }
span { border-color: rgb(9,171,104); }
td.TdClassName
{
border-color: #09AB68;
}
.TagClassName
{
border-color: #09AB68;
}
</style>