Shades of Persian Green #019E8E
Tints of Persian Green #019E8E
RGB
CMYK
RGB Variations
Color information
#019E8E (or 0x019E8E) is known color: Persian Green. HEX triplet: 01, 9E and 8E. RGB value is (1,158,142). Sum of RGB (Red+Green+Blue) = 1+158+142=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #019E8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019E8E is #FE6171. Grayscale: #6D6D6D. Windows color (decimal): -16671090 or 9346561. OLE color: 9346561.
HSL color Cylindrical-coordinate representation of color #019E8E: hue angle of 173.89º 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 #019E8E is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 158 | 142 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.38 |
| HSL | 173.89º | 0.99% | 0.31% | - |
| HSV(B) | 173.89º | 0.99% | 0.62% | - |
| XYZ | 17.12 | 26.41 | 29.79 | - |
| YUV | 109.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 142 | 0.99 | 0 | 0.10 | 0.38 | 173.89 | 0.99 | 0.31 |
| Hex | 1 | 9E | 8E | 63 | 0 | A | 26 | AE | 63 | 1F |
| Octal | 1 | 236 | 216 | 143 | 0 | 12 | 46 | 256 | 143 | 37 |
| Binary | 1 | 10011110 | 10001110 | 1100011 | 0 | 1010 | 100110 | 10101110 | 1100011 | 11111 |
Color Harmonies of #019E8E
Complementary color
Monochromatic Colors of #019E8E
Black with #019E8E
Text Example
Text Example
White with #019E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019E8E; }
p { color: rgb(1,158,142); }
H1.HeaderClassName
{
color: #019E8E;
}
.AnyTagClassName
{
color: #019E8E;
}
</style>
background-color css
<style>
a { background-color: #019E8E; }
a { background-color: rgb(1,158,142); }
div.DivClassName
{
background-color: #019E8E;
}
.BgClassName
{
background-color: #019E8E;
}
</style>
border-color css
<style>
span { border-color: #019E8E; }
span { border-color: rgb(1,158,142); }
td.TdClassName
{
border-color: #019E8E;
}
.TagClassName
{
border-color: #019E8E;
}
</style>