Shades of Persian Green #01A795
Tints of Persian Green #01A795
RGB
CMYK
RGB Variations
Color information
#01A795 (or 0x01A795) is known color: Persian Green. HEX triplet: 01, A7 and 95. RGB value is (1,167,149). Sum of RGB (Red+Green+Blue) = 1+167+149=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #01A795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A795 is #FE586A. Grayscale: #737373. Windows color (decimal): -16668779 or 9807617. OLE color: 9807617.
HSL color Cylindrical-coordinate representation of color #01A795: hue angle of 173.49º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A795 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 167 | 149 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.35 |
| HSL | 173.49º | 0.99% | 0.33% | - |
| HSV(B) | 173.49º | 0.99% | 0.65% | - |
| XYZ | 19.26 | 29.81 | 33.17 | - |
| YUV | 115.31 | 147 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 149 | 0.99 | 0 | 0.11 | 0.35 | 173.49 | 0.99 | 0.33 |
| Hex | 1 | A7 | 95 | 63 | 0 | B | 23 | AD | 63 | 21 |
| Octal | 1 | 247 | 225 | 143 | 0 | 13 | 43 | 255 | 143 | 41 |
| Binary | 1 | 10100111 | 10010101 | 1100011 | 0 | 1011 | 100011 | 10101101 | 1100011 | 100001 |
Color Harmonies of #01A795
Complementary color
Monochromatic Colors of #01A795
Black with #01A795
Text Example
Text Example
White with #01A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A795; }
p { color: rgb(1,167,149); }
H1.HeaderClassName
{
color: #01A795;
}
.AnyTagClassName
{
color: #01A795;
}
</style>
background-color css
<style>
a { background-color: #01A795; }
a { background-color: rgb(1,167,149); }
div.DivClassName
{
background-color: #01A795;
}
.BgClassName
{
background-color: #01A795;
}
</style>
border-color css
<style>
span { border-color: #01A795; }
span { border-color: rgb(1,167,149); }
td.TdClassName
{
border-color: #01A795;
}
.TagClassName
{
border-color: #01A795;
}
</style>