Shades of Persian Green #019DA0
Tints of Persian Green #019DA0
RGB
CMYK
RGB Variations
Color information
#019DA0 (or 0x019DA0) is known color: Persian Green. HEX triplet: 01, 9D and A0. RGB value is (1,157,160). Sum of RGB (Red+Green+Blue) = 1+157+160=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #019DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019DA0 is #FE625F. Grayscale: #6E6E6E. Windows color (decimal): -16671328 or 10525953. OLE color: 10525953.
HSL color Cylindrical-coordinate representation of color #019DA0: hue angle of 181.13º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019DA0 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 157 | 160 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.37 |
| HSL | 181.13º | 0.99% | 0.32% | - |
| HSV(B) | 181.13º | 0.99% | 0.63% | - |
| XYZ | 18.41 | 26.66 | 37.43 | - |
| YUV | 110.7 | 155.82 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 160 | 0.99 | 0.02 | 0 | 0.37 | 181.13 | 0.99 | 0.32 |
| Hex | 1 | 9D | A0 | 63 | 2 | 0 | 25 | B5 | 63 | 20 |
| Octal | 1 | 235 | 240 | 143 | 2 | 0 | 45 | 265 | 143 | 40 |
| Binary | 1 | 10011101 | 10100000 | 1100011 | 10 | 0 | 100101 | 10110101 | 1100011 | 100000 |
Color Harmonies of #019DA0
Complementary color
Monochromatic Colors of #019DA0
Black with #019DA0
Text Example
Text Example
White with #019DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DA0; }
p { color: rgb(1,157,160); }
H1.HeaderClassName
{
color: #019DA0;
}
.AnyTagClassName
{
color: #019DA0;
}
</style>
background-color css
<style>
a { background-color: #019DA0; }
a { background-color: rgb(1,157,160); }
div.DivClassName
{
background-color: #019DA0;
}
.BgClassName
{
background-color: #019DA0;
}
</style>
border-color css
<style>
span { border-color: #019DA0; }
span { border-color: rgb(1,157,160); }
td.TdClassName
{
border-color: #019DA0;
}
.TagClassName
{
border-color: #019DA0;
}
</style>