Shades of Persian Green #019E84
Tints of Persian Green #019E84
RGB
CMYK
RGB Variations
Color information
#019E84 (or 0x019E84) is known color: Persian Green. HEX triplet: 01, 9E and 84. RGB value is (1,158,132). Sum of RGB (Red+Green+Blue) = 1+158+132=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 158 (62.11% from 255 or 54.30% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 158 - color contains mainly: green. Hex color #019E84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019E84 is #FE617B. Grayscale: #6C6C6C. Windows color (decimal): -16671100 or 8691201. OLE color: 8691201.
HSL color Cylindrical-coordinate representation of color #019E84: hue angle of 170.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019E84 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 158 | 132 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.38 |
| HSL | 170.06º | 0.99% | 0.31% | - |
| HSV(B) | 170.06º | 0.99% | 0.62% | - |
| XYZ | 16.4 | 26.13 | 26.01 | - |
| YUV | 108.09 | 141.49 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 132 | 0.99 | 0 | 0.16 | 0.38 | 170.06 | 0.99 | 0.31 |
| Hex | 1 | 9E | 84 | 63 | 0 | 10 | 26 | AA | 63 | 1F |
| Octal | 1 | 236 | 204 | 143 | 0 | 20 | 46 | 252 | 143 | 37 |
| Binary | 1 | 10011110 | 10000100 | 1100011 | 0 | 10000 | 100110 | 10101010 | 1100011 | 11111 |
Color Harmonies of #019E84
Complementary color
Monochromatic Colors of #019E84
Black with #019E84
Text Example
Text Example
White with #019E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019E84; }
p { color: rgb(1,158,132); }
H1.HeaderClassName
{
color: #019E84;
}
.AnyTagClassName
{
color: #019E84;
}
</style>
background-color css
<style>
a { background-color: #019E84; }
a { background-color: rgb(1,158,132); }
div.DivClassName
{
background-color: #019E84;
}
.BgClassName
{
background-color: #019E84;
}
</style>
border-color css
<style>
span { border-color: #019E84; }
span { border-color: rgb(1,158,132); }
td.TdClassName
{
border-color: #019E84;
}
.TagClassName
{
border-color: #019E84;
}
</style>