Shades of Persian Green #0EAC91
Tints of Persian Green #0EAC91
RGB
CMYK
RGB Variations
Color information
#0EAC91 (or 0x0EAC91) is known color: Persian Green. HEX triplet: 0E, AC and 91. RGB value is (14,172,145). Sum of RGB (Red+Green+Blue) = 14+172+145=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC91 is #F1536E. Grayscale: #797979. Windows color (decimal): -15815535 or 9546766. OLE color: 9546766.
HSL color Cylindrical-coordinate representation of color #0EAC91: hue angle of 169.75º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC91 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 145 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.33 |
| HSL | 169.75º | 0.85% | 0.36% | - |
| HSV(B) | 169.75º | 0.92% | 0.67% | - |
| XYZ | 20.04 | 31.64 | 31.84 | - |
| YUV | 121.68 | 141.15 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 145 | 0.92 | 0 | 0.16 | 0.33 | 169.75 | 0.85 | 0.36 |
| Hex | E | AC | 91 | 5C | 0 | 10 | 21 | AA | 55 | 24 |
| Octal | 16 | 254 | 221 | 134 | 0 | 20 | 41 | 252 | 125 | 44 |
| Binary | 1110 | 10101100 | 10010001 | 1011100 | 0 | 10000 | 100001 | 10101010 | 1010101 | 100100 |
Color Harmonies of #0EAC91
Complementary color
Monochromatic Colors of #0EAC91
Black with #0EAC91
Text Example
Text Example
White with #0EAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC91; }
p { color: rgb(14,172,145); }
H1.HeaderClassName
{
color: #0EAC91;
}
.AnyTagClassName
{
color: #0EAC91;
}
</style>
background-color css
<style>
a { background-color: #0EAC91; }
a { background-color: rgb(14,172,145); }
div.DivClassName
{
background-color: #0EAC91;
}
.BgClassName
{
background-color: #0EAC91;
}
</style>
border-color css
<style>
span { border-color: #0EAC91; }
span { border-color: rgb(14,172,145); }
td.TdClassName
{
border-color: #0EAC91;
}
.TagClassName
{
border-color: #0EAC91;
}
</style>