Shades of Persian Green #00AC94
Tints of Persian Green #00AC94
RGB
CMYK
RGB Variations
Color information
#00AC94 (or 0x00AC94) is known color: Persian Green. HEX triplet: 00, AC and 94. RGB value is (0,172,148). Sum of RGB (Red+Green+Blue) = 0+172+148=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #00AC94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AC94 is #FF536B. Grayscale: #757575. Windows color (decimal): -16733036 or 9743360. OLE color: 9743360.
HSL color Cylindrical-coordinate representation of color #00AC94: hue angle of 171.63º 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 #00AC94 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 172 | 148 | - |
| CMYK | 1 | 0 | 0.14 | 0.33 |
| HSL | 171.63º | 1% | 0.34% | - |
| HSV(B) | 171.63º | 1% | 0.67% | - |
| XYZ | 20.1 | 31.64 | 33.07 | - |
| YUV | 117.84 | 145.02 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 148 | 1 | 0 | 0.14 | 0.33 | 171.63 | 1 | 0.34 |
| Hex | 0 | AC | 94 | 64 | 0 | E | 21 | AC | 64 | 22 |
| Octal | 0 | 254 | 224 | 144 | 0 | 16 | 41 | 254 | 144 | 42 |
| Binary | 0 | 10101100 | 10010100 | 1100100 | 0 | 1110 | 100001 | 10101100 | 1100100 | 100010 |
Color Harmonies of #00AC94
Complementary color
Monochromatic Colors of #00AC94
Black with #00AC94
Text Example
Text Example
White with #00AC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AC94; }
p { color: rgb(0,172,148); }
H1.HeaderClassName
{
color: #00AC94;
}
.AnyTagClassName
{
color: #00AC94;
}
</style>
background-color css
<style>
a { background-color: #00AC94; }
a { background-color: rgb(0,172,148); }
div.DivClassName
{
background-color: #00AC94;
}
.BgClassName
{
background-color: #00AC94;
}
</style>
border-color css
<style>
span { border-color: #00AC94; }
span { border-color: rgb(0,172,148); }
td.TdClassName
{
border-color: #00AC94;
}
.TagClassName
{
border-color: #00AC94;
}
</style>