Shades of Persian Green #019E85
Tints of Persian Green #019E85
RGB
CMYK
RGB Variations
Color information
#019E85 (or 0x019E85) is known color: Persian Green. HEX triplet: 01, 9E and 85. RGB value is (1,158,133). Sum of RGB (Red+Green+Blue) = 1+158+133=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #019E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019E85 is #FE617A. Grayscale: #6C6C6C. Windows color (decimal): -16671099 or 8756737. OLE color: 8756737.
HSL color Cylindrical-coordinate representation of color #019E85: hue angle of 170.45º 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 #019E85 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 158 | 133 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.38 |
| HSL | 170.45º | 0.99% | 0.31% | - |
| HSV(B) | 170.45º | 0.99% | 0.62% | - |
| XYZ | 16.47 | 26.15 | 26.37 | - |
| YUV | 108.21 | 141.99 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 133 | 0.99 | 0 | 0.16 | 0.38 | 170.45 | 0.99 | 0.31 |
| Hex | 1 | 9E | 85 | 63 | 0 | 10 | 26 | AA | 63 | 1F |
| Octal | 1 | 236 | 205 | 143 | 0 | 20 | 46 | 252 | 143 | 37 |
| Binary | 1 | 10011110 | 10000101 | 1100011 | 0 | 10000 | 100110 | 10101010 | 1100011 | 11111 |
Color Harmonies of #019E85
Complementary color
Monochromatic Colors of #019E85
Black with #019E85
Text Example
Text Example
White with #019E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019E85; }
p { color: rgb(1,158,133); }
H1.HeaderClassName
{
color: #019E85;
}
.AnyTagClassName
{
color: #019E85;
}
</style>
background-color css
<style>
a { background-color: #019E85; }
a { background-color: rgb(1,158,133); }
div.DivClassName
{
background-color: #019E85;
}
.BgClassName
{
background-color: #019E85;
}
</style>
border-color css
<style>
span { border-color: #019E85; }
span { border-color: rgb(1,158,133); }
td.TdClassName
{
border-color: #019E85;
}
.TagClassName
{
border-color: #019E85;
}
</style>