Shades of Persian Green #00AC89
Tints of Persian Green #00AC89
RGB
CMYK
RGB Variations
Color information
#00AC89 (or 0x00AC89) is known color: Persian Green. HEX triplet: 00, AC and 89. RGB value is (0,172,137). Sum of RGB (Red+Green+Blue) = 0+172+137=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #00AC89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AC89 is #FF5376. Grayscale: #747474. Windows color (decimal): -16733047 or 9022464. OLE color: 9022464.
HSL color Cylindrical-coordinate representation of color #00AC89: hue angle of 167.79º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AC89 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 172 | 137 | - |
| CMYK | 1 | 0 | 0.20 | 0.33 |
| HSL | 167.79º | 1% | 0.34% | - |
| HSV(B) | 167.79º | 1% | 0.67% | - |
| XYZ | 19.27 | 31.31 | 28.7 | - |
| YUV | 116.58 | 139.52 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 137 | 1 | 0 | 0.20 | 0.33 | 167.79 | 1 | 0.34 |
| Hex | 0 | AC | 89 | 64 | 0 | 14 | 21 | A8 | 64 | 22 |
| Octal | 0 | 254 | 211 | 144 | 0 | 24 | 41 | 250 | 144 | 42 |
| Binary | 0 | 10101100 | 10001001 | 1100100 | 0 | 10100 | 100001 | 10101000 | 1100100 | 100010 |
Color Harmonies of #00AC89
Complementary color
Monochromatic Colors of #00AC89
Black with #00AC89
Text Example
Text Example
White with #00AC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AC89; }
p { color: rgb(0,172,137); }
H1.HeaderClassName
{
color: #00AC89;
}
.AnyTagClassName
{
color: #00AC89;
}
</style>
background-color css
<style>
a { background-color: #00AC89; }
a { background-color: rgb(0,172,137); }
div.DivClassName
{
background-color: #00AC89;
}
.BgClassName
{
background-color: #00AC89;
}
</style>
border-color css
<style>
span { border-color: #00AC89; }
span { border-color: rgb(0,172,137); }
td.TdClassName
{
border-color: #00AC89;
}
.TagClassName
{
border-color: #00AC89;
}
</style>