Shades of Persian Green #01A095
Tints of Persian Green #01A095
RGB
CMYK
RGB Variations
Color information
#01A095 (or 0x01A095) is known color: Persian Green. HEX triplet: 01, A0 and 95. RGB value is (1,160,149). Sum of RGB (Red+Green+Blue) = 1+160+149=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #01A095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A095 is #FE5F6A. Grayscale: #6F6F6F. Windows color (decimal): -16670571 or 9805825. OLE color: 9805825.
HSL color Cylindrical-coordinate representation of color #01A095: hue angle of 175.85º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A095 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 160 | 149 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.37 |
| HSL | 175.85º | 0.99% | 0.32% | - |
| HSV(B) | 175.85º | 0.99% | 0.63% | - |
| XYZ | 18.01 | 27.32 | 32.76 | - |
| YUV | 111.21 | 149.32 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 160 | 149 | 0.99 | 0 | 0.07 | 0.37 | 175.85 | 0.99 | 0.32 |
| Hex | 1 | A0 | 95 | 63 | 0 | 7 | 25 | B0 | 63 | 20 |
| Octal | 1 | 240 | 225 | 143 | 0 | 7 | 45 | 260 | 143 | 40 |
| Binary | 1 | 10100000 | 10010101 | 1100011 | 0 | 111 | 100101 | 10110000 | 1100011 | 100000 |
Color Harmonies of #01A095
Complementary color
Monochromatic Colors of #01A095
Black with #01A095
Text Example
Text Example
White with #01A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A095; }
p { color: rgb(1,160,149); }
H1.HeaderClassName
{
color: #01A095;
}
.AnyTagClassName
{
color: #01A095;
}
</style>
background-color css
<style>
a { background-color: #01A095; }
a { background-color: rgb(1,160,149); }
div.DivClassName
{
background-color: #01A095;
}
.BgClassName
{
background-color: #01A095;
}
</style>
border-color css
<style>
span { border-color: #01A095; }
span { border-color: rgb(1,160,149); }
td.TdClassName
{
border-color: #01A095;
}
.TagClassName
{
border-color: #01A095;
}
</style>