Shades of Persian Green #00AC9D
Tints of Persian Green #00AC9D
RGB
CMYK
RGB Variations
Color information
#00AC9D (or 0x00AC9D) is known color: Persian Green. HEX triplet: 00, AC and 9D. RGB value is (0,172,157). Sum of RGB (Red+Green+Blue) = 0+172+157=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #00AC9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AC9D is #FF5362. Grayscale: #767676. Windows color (decimal): -16733027 or 10333184. OLE color: 10333184.
HSL color Cylindrical-coordinate representation of color #00AC9D: hue angle of 174.77º 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 #00AC9D is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 172 | 157 | - |
| CMYK | 1 | 0 | 0.09 | 0.33 |
| HSL | 174.77º | 1% | 0.34% | - |
| HSV(B) | 174.77º | 1% | 0.67% | - |
| XYZ | 20.84 | 31.94 | 36.96 | - |
| YUV | 118.86 | 149.52 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 157 | 1 | 0 | 0.09 | 0.33 | 174.77 | 1 | 0.34 |
| Hex | 0 | AC | 9D | 64 | 0 | 9 | 21 | AF | 64 | 22 |
| Octal | 0 | 254 | 235 | 144 | 0 | 11 | 41 | 257 | 144 | 42 |
| Binary | 0 | 10101100 | 10011101 | 1100100 | 0 | 1001 | 100001 | 10101111 | 1100100 | 100010 |
Color Harmonies of #00AC9D
Complementary color
Monochromatic Colors of #00AC9D
Black with #00AC9D
Text Example
Text Example
White with #00AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AC9D; }
p { color: rgb(0,172,157); }
H1.HeaderClassName
{
color: #00AC9D;
}
.AnyTagClassName
{
color: #00AC9D;
}
</style>
background-color css
<style>
a { background-color: #00AC9D; }
a { background-color: rgb(0,172,157); }
div.DivClassName
{
background-color: #00AC9D;
}
.BgClassName
{
background-color: #00AC9D;
}
</style>
border-color css
<style>
span { border-color: #00AC9D; }
span { border-color: rgb(0,172,157); }
td.TdClassName
{
border-color: #00AC9D;
}
.TagClassName
{
border-color: #00AC9D;
}
</style>