Shades of Persian Green #01A59A
Tints of Persian Green #01A59A
RGB
CMYK
RGB Variations
Color information
#01A59A (or 0x01A59A) is known color: Persian Green. HEX triplet: 01, A5 and 9A. RGB value is (1,165,154). Sum of RGB (Red+Green+Blue) = 1+165+154=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #01A59A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A59A is #FE5A65. Grayscale: #727272. Windows color (decimal): -16669286 or 10134785. OLE color: 10134785.
HSL color Cylindrical-coordinate representation of color #01A59A: hue angle of 175.98º 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 #01A59A is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 165 | 154 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.35 |
| HSL | 175.98º | 0.99% | 0.33% | - |
| HSV(B) | 175.98º | 0.99% | 0.65% | - |
| XYZ | 19.3 | 29.25 | 35.2 | - |
| YUV | 114.71 | 150.17 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 154 | 0.99 | 0 | 0.07 | 0.35 | 175.98 | 0.99 | 0.33 |
| Hex | 1 | A5 | 9A | 63 | 0 | 7 | 23 | B0 | 63 | 21 |
| Octal | 1 | 245 | 232 | 143 | 0 | 7 | 43 | 260 | 143 | 41 |
| Binary | 1 | 10100101 | 10011010 | 1100011 | 0 | 111 | 100011 | 10110000 | 1100011 | 100001 |
Color Harmonies of #01A59A
Complementary color
Monochromatic Colors of #01A59A
Black with #01A59A
Text Example
Text Example
White with #01A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A59A; }
p { color: rgb(1,165,154); }
H1.HeaderClassName
{
color: #01A59A;
}
.AnyTagClassName
{
color: #01A59A;
}
</style>
background-color css
<style>
a { background-color: #01A59A; }
a { background-color: rgb(1,165,154); }
div.DivClassName
{
background-color: #01A59A;
}
.BgClassName
{
background-color: #01A59A;
}
</style>
border-color css
<style>
span { border-color: #01A59A; }
span { border-color: rgb(1,165,154); }
td.TdClassName
{
border-color: #01A59A;
}
.TagClassName
{
border-color: #01A59A;
}
</style>