Shades of Jade #09AC70
Tints of Jade #09AC70
RGB
CMYK
RGB Variations
Color information
#09AC70 (or 0x09AC70) is known color: Jade. HEX triplet: 09, AC and 70. RGB value is (9,172,112). Sum of RGB (Red+Green+Blue) = 9+172+112=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AC70 is #F6538F. Grayscale: #747474. Windows color (decimal): -16143248 or 7384073. OLE color: 7384073.
HSL color Cylindrical-coordinate representation of color #09AC70: hue angle of 157.91º 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 #09AC70 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 172 | 112 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.33 |
| HSL | 157.91º | 0.9% | 0.35% | - |
| HSV(B) | 157.91º | 0.95% | 0.67% | - |
| XYZ | 17.79 | 30.73 | 20.32 | - |
| YUV | 116.42 | 125.5 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 112 | 0.95 | 0 | 0.35 | 0.33 | 157.91 | 0.9 | 0.35 |
| Hex | 9 | AC | 70 | 5F | 0 | 23 | 21 | 9E | 5A | 23 |
| Octal | 11 | 254 | 160 | 137 | 0 | 43 | 41 | 236 | 132 | 43 |
| Binary | 1001 | 10101100 | 1110000 | 1011111 | 0 | 100011 | 100001 | 10011110 | 1011010 | 100011 |
Color Harmonies of #09AC70
Complementary color
Monochromatic Colors of #09AC70
Black with #09AC70
Text Example
Text Example
White with #09AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AC70; }
p { color: rgb(9,172,112); }
H1.HeaderClassName
{
color: #09AC70;
}
.AnyTagClassName
{
color: #09AC70;
}
</style>
background-color css
<style>
a { background-color: #09AC70; }
a { background-color: rgb(9,172,112); }
div.DivClassName
{
background-color: #09AC70;
}
.BgClassName
{
background-color: #09AC70;
}
</style>
border-color css
<style>
span { border-color: #09AC70; }
span { border-color: rgb(9,172,112); }
td.TdClassName
{
border-color: #09AC70;
}
.TagClassName
{
border-color: #09AC70;
}
</style>