Shades of Persian Green #019E91
Tints of Persian Green #019E91
RGB
CMYK
RGB Variations
Color information
#019E91 (or 0x019E91) is known color: Persian Green. HEX triplet: 01, 9E and 91. RGB value is (1,158,145). Sum of RGB (Red+Green+Blue) = 1+158+145=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #019E91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019E91 is #FE616E. Grayscale: #6D6D6D. Windows color (decimal): -16671087 or 9543169. OLE color: 9543169.
HSL color Cylindrical-coordinate representation of color #019E91: hue angle of 175.03º 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 #019E91 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 158 | 145 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.38 |
| HSL | 175.03º | 0.99% | 0.31% | - |
| HSV(B) | 175.03º | 0.99% | 0.62% | - |
| XYZ | 17.35 | 26.5 | 30.99 | - |
| YUV | 109.58 | 147.99 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 145 | 0.99 | 0 | 0.08 | 0.38 | 175.03 | 0.99 | 0.31 |
| Hex | 1 | 9E | 91 | 63 | 0 | 8 | 26 | AF | 63 | 1F |
| Octal | 1 | 236 | 221 | 143 | 0 | 10 | 46 | 257 | 143 | 37 |
| Binary | 1 | 10011110 | 10010001 | 1100011 | 0 | 1000 | 100110 | 10101111 | 1100011 | 11111 |
Color Harmonies of #019E91
Complementary color
Monochromatic Colors of #019E91
Black with #019E91
Text Example
Text Example
White with #019E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019E91; }
p { color: rgb(1,158,145); }
H1.HeaderClassName
{
color: #019E91;
}
.AnyTagClassName
{
color: #019E91;
}
</style>
background-color css
<style>
a { background-color: #019E91; }
a { background-color: rgb(1,158,145); }
div.DivClassName
{
background-color: #019E91;
}
.BgClassName
{
background-color: #019E91;
}
</style>
border-color css
<style>
span { border-color: #019E91; }
span { border-color: rgb(1,158,145); }
td.TdClassName
{
border-color: #019E91;
}
.TagClassName
{
border-color: #019E91;
}
</style>