Shades of Persian Green #019E89
Tints of Persian Green #019E89
RGB
CMYK
RGB Variations
Color information
#019E89 (or 0x019E89) is known color: Persian Green. HEX triplet: 01, 9E and 89. RGB value is (1,158,137). Sum of RGB (Red+Green+Blue) = 1+158+137=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 158 (62.11% from 255 or 53.38% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 158 - color contains mainly: green. Hex color #019E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019E89 is #FE6176. Grayscale: #6C6C6C. Windows color (decimal): -16671095 or 9018881. OLE color: 9018881.
HSL color Cylindrical-coordinate representation of color #019E89: hue angle of 171.97º 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 #019E89 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 158 | 137 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.38 |
| HSL | 171.97º | 0.99% | 0.31% | - |
| HSV(B) | 171.97º | 0.99% | 0.62% | - |
| XYZ | 16.75 | 26.27 | 27.85 | - |
| YUV | 108.66 | 143.99 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 137 | 0.99 | 0 | 0.13 | 0.38 | 171.97 | 0.99 | 0.31 |
| Hex | 1 | 9E | 89 | 63 | 0 | D | 26 | AC | 63 | 1F |
| Octal | 1 | 236 | 211 | 143 | 0 | 15 | 46 | 254 | 143 | 37 |
| Binary | 1 | 10011110 | 10001001 | 1100011 | 0 | 1101 | 100110 | 10101100 | 1100011 | 11111 |
Color Harmonies of #019E89
Complementary color
Monochromatic Colors of #019E89
Black with #019E89
Text Example
Text Example
White with #019E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019E89; }
p { color: rgb(1,158,137); }
H1.HeaderClassName
{
color: #019E89;
}
.AnyTagClassName
{
color: #019E89;
}
</style>
background-color css
<style>
a { background-color: #019E89; }
a { background-color: rgb(1,158,137); }
div.DivClassName
{
background-color: #019E89;
}
.BgClassName
{
background-color: #019E89;
}
</style>
border-color css
<style>
span { border-color: #019E89; }
span { border-color: rgb(1,158,137); }
td.TdClassName
{
border-color: #019E89;
}
.TagClassName
{
border-color: #019E89;
}
</style>