Shades of Persian Green #01AC9E
Tints of Persian Green #01AC9E
RGB
CMYK
RGB Variations
Color information
#01AC9E (or 0x01AC9E) is known color: Persian Green. HEX triplet: 01, AC and 9E. RGB value is (1,172,158). Sum of RGB (Red+Green+Blue) = 1+172+158=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AC9E is #FE5361. Grayscale: #777777. Windows color (decimal): -16667490 or 10398721. OLE color: 10398721.
HSL color Cylindrical-coordinate representation of color #01AC9E: hue angle of 175.09º 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 #01AC9E is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 158 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.33 |
| HSL | 175.09º | 0.99% | 0.34% | - |
| HSV(B) | 175.09º | 0.99% | 0.67% | - |
| XYZ | 20.94 | 31.98 | 37.42 | - |
| YUV | 119.28 | 149.85 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 158 | 0.99 | 0 | 0.08 | 0.33 | 175.09 | 0.99 | 0.34 |
| Hex | 1 | AC | 9E | 63 | 0 | 8 | 21 | AF | 63 | 22 |
| Octal | 1 | 254 | 236 | 143 | 0 | 10 | 41 | 257 | 143 | 42 |
| Binary | 1 | 10101100 | 10011110 | 1100011 | 0 | 1000 | 100001 | 10101111 | 1100011 | 100010 |
Color Harmonies of #01AC9E
Complementary color
Monochromatic Colors of #01AC9E
Black with #01AC9E
Text Example
Text Example
White with #01AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC9E; }
p { color: rgb(1,172,158); }
H1.HeaderClassName
{
color: #01AC9E;
}
.AnyTagClassName
{
color: #01AC9E;
}
</style>
background-color css
<style>
a { background-color: #01AC9E; }
a { background-color: rgb(1,172,158); }
div.DivClassName
{
background-color: #01AC9E;
}
.BgClassName
{
background-color: #01AC9E;
}
</style>
border-color css
<style>
span { border-color: #01AC9E; }
span { border-color: rgb(1,172,158); }
td.TdClassName
{
border-color: #01AC9E;
}
.TagClassName
{
border-color: #01AC9E;
}
</style>