Shades of Jade #09AB62
Tints of Jade #09AB62
RGB
CMYK
RGB Variations
Color information
#09AB62 (or 0x09AB62) is known color: Jade. HEX triplet: 09, AB and 62. RGB value is (9,171,98). Sum of RGB (Red+Green+Blue) = 9+171+98=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AB62 is #F6549D. Grayscale: #727272. Windows color (decimal): -16143518 or 6466313. OLE color: 6466313.
HSL color Cylindrical-coordinate representation of color #09AB62: hue angle of 152.96º 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 #09AB62 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 171 | 98 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.33 |
| HSL | 152.96º | 0.9% | 0.35% | - |
| HSV(B) | 152.96º | 0.95% | 0.67% | - |
| XYZ | 16.88 | 30.07 | 16.47 | - |
| YUV | 114.24 | 118.83 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 98 | 0.95 | 0 | 0.43 | 0.33 | 152.96 | 0.9 | 0.35 |
| Hex | 9 | AB | 62 | 5F | 0 | 2B | 21 | 99 | 5A | 23 |
| Octal | 11 | 253 | 142 | 137 | 0 | 53 | 41 | 231 | 132 | 43 |
| Binary | 1001 | 10101011 | 1100010 | 1011111 | 0 | 101011 | 100001 | 10011001 | 1011010 | 100011 |
Color Harmonies of #09AB62
Complementary color
Monochromatic Colors of #09AB62
Black with #09AB62
Text Example
Text Example
White with #09AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AB62; }
p { color: rgb(9,171,98); }
H1.HeaderClassName
{
color: #09AB62;
}
.AnyTagClassName
{
color: #09AB62;
}
</style>
background-color css
<style>
a { background-color: #09AB62; }
a { background-color: rgb(9,171,98); }
div.DivClassName
{
background-color: #09AB62;
}
.BgClassName
{
background-color: #09AB62;
}
</style>
border-color css
<style>
span { border-color: #09AB62; }
span { border-color: rgb(9,171,98); }
td.TdClassName
{
border-color: #09AB62;
}
.TagClassName
{
border-color: #09AB62;
}
</style>