Shades of Persian Green #01A587
Tints of Persian Green #01A587
RGB
CMYK
RGB Variations
Color information
#01A587 (or 0x01A587) is known color: Persian Green. HEX triplet: 01, A5 and 87. RGB value is (1,165,135). Sum of RGB (Red+Green+Blue) = 1+165+135=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #01A587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A587 is #FE5A78. Grayscale: #707070. Windows color (decimal): -16669305 or 8889601. OLE color: 8889601.
HSL color Cylindrical-coordinate representation of color #01A587: hue angle of 169.02º 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 #01A587 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 165 | 135 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.35 |
| HSL | 169.02º | 0.99% | 0.33% | - |
| HSV(B) | 169.02º | 0.99% | 0.65% | - |
| XYZ | 17.84 | 28.67 | 27.51 | - |
| YUV | 112.54 | 140.67 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 135 | 0.99 | 0 | 0.18 | 0.35 | 169.02 | 0.99 | 0.33 |
| Hex | 1 | A5 | 87 | 63 | 0 | 12 | 23 | A9 | 63 | 21 |
| Octal | 1 | 245 | 207 | 143 | 0 | 22 | 43 | 251 | 143 | 41 |
| Binary | 1 | 10100101 | 10000111 | 1100011 | 0 | 10010 | 100011 | 10101001 | 1100011 | 100001 |
Color Harmonies of #01A587
Complementary color
Monochromatic Colors of #01A587
Black with #01A587
Text Example
Text Example
White with #01A587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A587; }
p { color: rgb(1,165,135); }
H1.HeaderClassName
{
color: #01A587;
}
.AnyTagClassName
{
color: #01A587;
}
</style>
background-color css
<style>
a { background-color: #01A587; }
a { background-color: rgb(1,165,135); }
div.DivClassName
{
background-color: #01A587;
}
.BgClassName
{
background-color: #01A587;
}
</style>
border-color css
<style>
span { border-color: #01A587; }
span { border-color: rgb(1,165,135); }
td.TdClassName
{
border-color: #01A587;
}
.TagClassName
{
border-color: #01A587;
}
</style>