Shades of Persian Green #00ACA2
Tints of Persian Green #00ACA2
RGB
CMYK
RGB Variations
Color information
#00ACA2 (or 0x00ACA2) is known color: Persian Green. HEX triplet: 00, AC and A2. RGB value is (0,172,162). Sum of RGB (Red+Green+Blue) = 0+172+162=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #00ACA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ACA2 is #FF535D. Grayscale: #777777. Windows color (decimal): -16733022 or 10660864. OLE color: 10660864.
HSL color Cylindrical-coordinate representation of color #00ACA2: hue angle of 176.51º 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 #00ACA2 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 172 | 162 | - |
| CMYK | 1 | 0 | 0.06 | 0.33 |
| HSL | 176.51º | 1% | 0.34% | - |
| HSV(B) | 176.51º | 1% | 0.67% | - |
| XYZ | 21.27 | 32.11 | 39.26 | - |
| YUV | 119.43 | 152.02 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 162 | 1 | 0 | 0.06 | 0.33 | 176.51 | 1 | 0.34 |
| Hex | 0 | AC | A2 | 64 | 0 | 6 | 21 | B1 | 64 | 22 |
| Octal | 0 | 254 | 242 | 144 | 0 | 6 | 41 | 261 | 144 | 42 |
| Binary | 0 | 10101100 | 10100010 | 1100100 | 0 | 110 | 100001 | 10110001 | 1100100 | 100010 |
Color Harmonies of #00ACA2
Complementary color
Monochromatic Colors of #00ACA2
Black with #00ACA2
Text Example
Text Example
White with #00ACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACA2; }
p { color: rgb(0,172,162); }
H1.HeaderClassName
{
color: #00ACA2;
}
.AnyTagClassName
{
color: #00ACA2;
}
</style>
background-color css
<style>
a { background-color: #00ACA2; }
a { background-color: rgb(0,172,162); }
div.DivClassName
{
background-color: #00ACA2;
}
.BgClassName
{
background-color: #00ACA2;
}
</style>
border-color css
<style>
span { border-color: #00ACA2; }
span { border-color: rgb(0,172,162); }
td.TdClassName
{
border-color: #00ACA2;
}
.TagClassName
{
border-color: #00ACA2;
}
</style>