Shades of Persian Green #01AC96
Tints of Persian Green #01AC96
RGB
CMYK
RGB Variations
Color information
#01AC96 (or 0x01AC96) is known color: Persian Green. HEX triplet: 01, AC and 96. RGB value is (1,172,150). Sum of RGB (Red+Green+Blue) = 1+172+150=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AC96 is #FE5369. Grayscale: #767676. Windows color (decimal): -16667498 or 9874433. OLE color: 9874433.
HSL color Cylindrical-coordinate representation of color #01AC96: hue angle of 172.28º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AC96 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 150 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.33 |
| HSL | 172.28º | 0.99% | 0.34% | - |
| HSV(B) | 172.28º | 0.99% | 0.67% | - |
| XYZ | 20.27 | 31.71 | 33.91 | - |
| YUV | 118.36 | 145.85 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 150 | 0.99 | 0 | 0.13 | 0.33 | 172.28 | 0.99 | 0.34 |
| Hex | 1 | AC | 96 | 63 | 0 | D | 21 | AC | 63 | 22 |
| Octal | 1 | 254 | 226 | 143 | 0 | 15 | 41 | 254 | 143 | 42 |
| Binary | 1 | 10101100 | 10010110 | 1100011 | 0 | 1101 | 100001 | 10101100 | 1100011 | 100010 |
Color Harmonies of #01AC96
Complementary color
Monochromatic Colors of #01AC96
Black with #01AC96
Text Example
Text Example
White with #01AC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC96; }
p { color: rgb(1,172,150); }
H1.HeaderClassName
{
color: #01AC96;
}
.AnyTagClassName
{
color: #01AC96;
}
</style>
background-color css
<style>
a { background-color: #01AC96; }
a { background-color: rgb(1,172,150); }
div.DivClassName
{
background-color: #01AC96;
}
.BgClassName
{
background-color: #01AC96;
}
</style>
border-color css
<style>
span { border-color: #01AC96; }
span { border-color: rgb(1,172,150); }
td.TdClassName
{
border-color: #01AC96;
}
.TagClassName
{
border-color: #01AC96;
}
</style>