Shades of Persian Green #0EA694
Tints of Persian Green #0EA694
RGB
CMYK
RGB Variations
Color information
#0EA694 (or 0x0EA694) is known color: Persian Green. HEX triplet: 0E, A6 and 94. RGB value is (14,166,148). Sum of RGB (Red+Green+Blue) = 14+166+148=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA694 is #F1596B. Grayscale: #767676. Windows color (decimal): -15817068 or 9741838. OLE color: 9741838.
HSL color Cylindrical-coordinate representation of color #0EA694: hue angle of 172.89º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA694 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 166 | 148 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.35 |
| HSL | 172.89º | 0.84% | 0.35% | - |
| HSV(B) | 172.89º | 0.92% | 0.65% | - |
| XYZ | 19.16 | 29.5 | 32.7 | - |
| YUV | 118.5 | 144.64 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 166 | 148 | 0.92 | 0 | 0.11 | 0.35 | 172.89 | 0.84 | 0.35 |
| Hex | E | A6 | 94 | 5C | 0 | B | 23 | AD | 54 | 23 |
| Octal | 16 | 246 | 224 | 134 | 0 | 13 | 43 | 255 | 124 | 43 |
| Binary | 1110 | 10100110 | 10010100 | 1011100 | 0 | 1011 | 100011 | 10101101 | 1010100 | 100011 |
Color Harmonies of #0EA694
Complementary color
Monochromatic Colors of #0EA694
Black with #0EA694
Text Example
Text Example
White with #0EA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA694; }
p { color: rgb(14,166,148); }
H1.HeaderClassName
{
color: #0EA694;
}
.AnyTagClassName
{
color: #0EA694;
}
</style>
background-color css
<style>
a { background-color: #0EA694; }
a { background-color: rgb(14,166,148); }
div.DivClassName
{
background-color: #0EA694;
}
.BgClassName
{
background-color: #0EA694;
}
</style>
border-color css
<style>
span { border-color: #0EA694; }
span { border-color: rgb(14,166,148); }
td.TdClassName
{
border-color: #0EA694;
}
.TagClassName
{
border-color: #0EA694;
}
</style>