Shades of Persian Green #09AC8F
Tints of Persian Green #09AC8F
RGB
CMYK
RGB Variations
Color information
#09AC8F (or 0x09AC8F) is known color: Persian Green. HEX triplet: 09, AC and 8F. RGB value is (9,172,143). Sum of RGB (Red+Green+Blue) = 9+172+143=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AC8F is #F65370. Grayscale: #777777. Windows color (decimal): -16143217 or 9415689. OLE color: 9415689.
HSL color Cylindrical-coordinate representation of color #09AC8F: hue angle of 169.33º 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 #09AC8F is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 172 | 143 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.33 |
| HSL | 169.33º | 0.9% | 0.35% | - |
| HSV(B) | 169.33º | 0.95% | 0.67% | - |
| XYZ | 19.82 | 31.55 | 31.03 | - |
| YUV | 119.96 | 141 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 143 | 0.95 | 0 | 0.17 | 0.33 | 169.33 | 0.9 | 0.35 |
| Hex | 9 | AC | 8F | 5F | 0 | 11 | 21 | A9 | 5A | 23 |
| Octal | 11 | 254 | 217 | 137 | 0 | 21 | 41 | 251 | 132 | 43 |
| Binary | 1001 | 10101100 | 10001111 | 1011111 | 0 | 10001 | 100001 | 10101001 | 1011010 | 100011 |
Color Harmonies of #09AC8F
Complementary color
Monochromatic Colors of #09AC8F
Black with #09AC8F
Text Example
Text Example
White with #09AC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AC8F; }
p { color: rgb(9,172,143); }
H1.HeaderClassName
{
color: #09AC8F;
}
.AnyTagClassName
{
color: #09AC8F;
}
</style>
background-color css
<style>
a { background-color: #09AC8F; }
a { background-color: rgb(9,172,143); }
div.DivClassName
{
background-color: #09AC8F;
}
.BgClassName
{
background-color: #09AC8F;
}
</style>
border-color css
<style>
span { border-color: #09AC8F; }
span { border-color: rgb(9,172,143); }
td.TdClassName
{
border-color: #09AC8F;
}
.TagClassName
{
border-color: #09AC8F;
}
</style>