Shades of Persian Green #01A193
Tints of Persian Green #01A193
RGB
CMYK
RGB Variations
Color information
#01A193 (or 0x01A193) is known color: Persian Green. HEX triplet: 01, A1 and 93. RGB value is (1,161,147). Sum of RGB (Red+Green+Blue) = 1+161+147=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #01A193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A193 is #FE5E6C. Grayscale: #6F6F6F. Windows color (decimal): -16670317 or 9675009. OLE color: 9675009.
HSL color Cylindrical-coordinate representation of color #01A193: hue angle of 174.75º 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 #01A193 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 161 | 147 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.37 |
| HSL | 174.75º | 0.99% | 0.32% | - |
| HSV(B) | 174.75º | 0.99% | 0.63% | - |
| XYZ | 18.02 | 27.6 | 31.98 | - |
| YUV | 111.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 147 | 0.99 | 0 | 0.09 | 0.37 | 174.75 | 0.99 | 0.32 |
| Hex | 1 | A1 | 93 | 63 | 0 | 9 | 25 | AF | 63 | 20 |
| Octal | 1 | 241 | 223 | 143 | 0 | 11 | 45 | 257 | 143 | 40 |
| Binary | 1 | 10100001 | 10010011 | 1100011 | 0 | 1001 | 100101 | 10101111 | 1100011 | 100000 |
Color Harmonies of #01A193
Complementary color
Monochromatic Colors of #01A193
Black with #01A193
Text Example
Text Example
White with #01A193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A193; }
p { color: rgb(1,161,147); }
H1.HeaderClassName
{
color: #01A193;
}
.AnyTagClassName
{
color: #01A193;
}
</style>
background-color css
<style>
a { background-color: #01A193; }
a { background-color: rgb(1,161,147); }
div.DivClassName
{
background-color: #01A193;
}
.BgClassName
{
background-color: #01A193;
}
</style>
border-color css
<style>
span { border-color: #01A193; }
span { border-color: rgb(1,161,147); }
td.TdClassName
{
border-color: #01A193;
}
.TagClassName
{
border-color: #01A193;
}
</style>