Shades of Persian Green #0EAC93
Tints of Persian Green #0EAC93
RGB
CMYK
RGB Variations
Color information
#0EAC93 (or 0x0EAC93) is known color: Persian Green. HEX triplet: 0E, AC and 93. RGB value is (14,172,147). Sum of RGB (Red+Green+Blue) = 14+172+147=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC93 is #F1536C. Grayscale: #797979. Windows color (decimal): -15815533 or 9677838. OLE color: 9677838.
HSL color Cylindrical-coordinate representation of color #0EAC93: hue angle of 170.51º 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 #0EAC93 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 147 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.33 |
| HSL | 170.51º | 0.85% | 0.36% | - |
| HSV(B) | 170.51º | 0.92% | 0.67% | - |
| XYZ | 20.2 | 31.7 | 32.66 | - |
| YUV | 121.91 | 142.15 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 147 | 0.92 | 0 | 0.15 | 0.33 | 170.51 | 0.85 | 0.36 |
| Hex | E | AC | 93 | 5C | 0 | F | 21 | AB | 55 | 24 |
| Octal | 16 | 254 | 223 | 134 | 0 | 17 | 41 | 253 | 125 | 44 |
| Binary | 1110 | 10101100 | 10010011 | 1011100 | 0 | 1111 | 100001 | 10101011 | 1010101 | 100100 |
Color Harmonies of #0EAC93
Complementary color
Monochromatic Colors of #0EAC93
Black with #0EAC93
Text Example
Text Example
White with #0EAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC93; }
p { color: rgb(14,172,147); }
H1.HeaderClassName
{
color: #0EAC93;
}
.AnyTagClassName
{
color: #0EAC93;
}
</style>
background-color css
<style>
a { background-color: #0EAC93; }
a { background-color: rgb(14,172,147); }
div.DivClassName
{
background-color: #0EAC93;
}
.BgClassName
{
background-color: #0EAC93;
}
</style>
border-color css
<style>
span { border-color: #0EAC93; }
span { border-color: rgb(14,172,147); }
td.TdClassName
{
border-color: #0EAC93;
}
.TagClassName
{
border-color: #0EAC93;
}
</style>