Shades of Persian Green #01A788
Tints of Persian Green #01A788
RGB
CMYK
RGB Variations
Color information
#01A788 (or 0x01A788) is known color: Persian Green. HEX triplet: 01, A7 and 88. RGB value is (1,167,136). Sum of RGB (Red+Green+Blue) = 1+167+136=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 167 (65.62% from 255 or 54.93% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 167 - color contains mainly: green. Hex color #01A788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A788 is #FE5877. Grayscale: #717171. Windows color (decimal): -16668792 or 8955649. OLE color: 8955649.
HSL color Cylindrical-coordinate representation of color #01A788: hue angle of 168.8º 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 #01A788 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 167 | 136 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.35 |
| HSL | 168.8º | 0.99% | 0.33% | - |
| HSV(B) | 168.8º | 0.99% | 0.65% | - |
| XYZ | 18.28 | 29.42 | 28.01 | - |
| YUV | 113.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 136 | 0.99 | 0 | 0.19 | 0.35 | 168.8 | 0.99 | 0.33 |
| Hex | 1 | A7 | 88 | 63 | 0 | 13 | 23 | A9 | 63 | 21 |
| Octal | 1 | 247 | 210 | 143 | 0 | 23 | 43 | 251 | 143 | 41 |
| Binary | 1 | 10100111 | 10001000 | 1100011 | 0 | 10011 | 100011 | 10101001 | 1100011 | 100001 |
Color Harmonies of #01A788
Complementary color
Monochromatic Colors of #01A788
Black with #01A788
Text Example
Text Example
White with #01A788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A788; }
p { color: rgb(1,167,136); }
H1.HeaderClassName
{
color: #01A788;
}
.AnyTagClassName
{
color: #01A788;
}
</style>
background-color css
<style>
a { background-color: #01A788; }
a { background-color: rgb(1,167,136); }
div.DivClassName
{
background-color: #01A788;
}
.BgClassName
{
background-color: #01A788;
}
</style>
border-color css
<style>
span { border-color: #01A788; }
span { border-color: rgb(1,167,136); }
td.TdClassName
{
border-color: #01A788;
}
.TagClassName
{
border-color: #01A788;
}
</style>