Shades of Persian Green #09AC89
Tints of Persian Green #09AC89
RGB
CMYK
RGB Variations
Color information
#09AC89 (or 0x09AC89) is known color: Persian Green. HEX triplet: 09, AC and 89. RGB value is (9,172,137). Sum of RGB (Red+Green+Blue) = 9+172+137=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AC89 is #F65376. Grayscale: #777777. Windows color (decimal): -16143223 or 9022473. OLE color: 9022473.
HSL color Cylindrical-coordinate representation of color #09AC89: hue angle of 167.12º 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 #09AC89 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 172 | 137 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.33 |
| HSL | 167.12º | 0.9% | 0.35% | - |
| HSV(B) | 167.12º | 0.95% | 0.67% | - |
| XYZ | 19.38 | 31.37 | 28.7 | - |
| YUV | 119.27 | 138 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 137 | 0.95 | 0 | 0.20 | 0.33 | 167.12 | 0.9 | 0.35 |
| Hex | 9 | AC | 89 | 5F | 0 | 14 | 21 | A7 | 5A | 23 |
| Octal | 11 | 254 | 211 | 137 | 0 | 24 | 41 | 247 | 132 | 43 |
| Binary | 1001 | 10101100 | 10001001 | 1011111 | 0 | 10100 | 100001 | 10100111 | 1011010 | 100011 |
Color Harmonies of #09AC89
Complementary color
Monochromatic Colors of #09AC89
Black with #09AC89
Text Example
Text Example
White with #09AC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AC89; }
p { color: rgb(9,172,137); }
H1.HeaderClassName
{
color: #09AC89;
}
.AnyTagClassName
{
color: #09AC89;
}
</style>
background-color css
<style>
a { background-color: #09AC89; }
a { background-color: rgb(9,172,137); }
div.DivClassName
{
background-color: #09AC89;
}
.BgClassName
{
background-color: #09AC89;
}
</style>
border-color css
<style>
span { border-color: #09AC89; }
span { border-color: rgb(9,172,137); }
td.TdClassName
{
border-color: #09AC89;
}
.TagClassName
{
border-color: #09AC89;
}
</style>