Shades of Persian Green #01A584
Tints of Persian Green #01A584
RGB
CMYK
RGB Variations
Color information
#01A584 (or 0x01A584) is known color: Persian Green. HEX triplet: 01, A5 and 84. RGB value is (1,165,132). Sum of RGB (Red+Green+Blue) = 1+165+132=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #01A584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A584 is #FE5A7B. Grayscale: #707070. Windows color (decimal): -16669308 or 8692993. OLE color: 8692993.
HSL color Cylindrical-coordinate representation of color #01A584: hue angle of 167.93º 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 #01A584 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 165 | 132 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.35 |
| HSL | 167.93º | 0.99% | 0.33% | - |
| HSV(B) | 167.93º | 0.99% | 0.65% | - |
| XYZ | 17.63 | 28.58 | 26.42 | - |
| YUV | 112.2 | 139.17 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 132 | 0.99 | 0 | 0.20 | 0.35 | 167.93 | 0.99 | 0.33 |
| Hex | 1 | A5 | 84 | 63 | 0 | 14 | 23 | A8 | 63 | 21 |
| Octal | 1 | 245 | 204 | 143 | 0 | 24 | 43 | 250 | 143 | 41 |
| Binary | 1 | 10100101 | 10000100 | 1100011 | 0 | 10100 | 100011 | 10101000 | 1100011 | 100001 |
Color Harmonies of #01A584
Complementary color
Monochromatic Colors of #01A584
Black with #01A584
Text Example
Text Example
White with #01A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A584; }
p { color: rgb(1,165,132); }
H1.HeaderClassName
{
color: #01A584;
}
.AnyTagClassName
{
color: #01A584;
}
</style>
background-color css
<style>
a { background-color: #01A584; }
a { background-color: rgb(1,165,132); }
div.DivClassName
{
background-color: #01A584;
}
.BgClassName
{
background-color: #01A584;
}
</style>
border-color css
<style>
span { border-color: #01A584; }
span { border-color: rgb(1,165,132); }
td.TdClassName
{
border-color: #01A584;
}
.TagClassName
{
border-color: #01A584;
}
</style>