Shades of Persian Green #0EA994
Tints of Persian Green #0EA994
RGB
CMYK
RGB Variations
Color information
#0EA994 (or 0x0EA994) is known color: Persian Green. HEX triplet: 0E, A9 and 94. RGB value is (14,169,148). Sum of RGB (Red+Green+Blue) = 14+169+148=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA994 is #F1566B. Grayscale: #787878. Windows color (decimal): -15816300 or 9742606. OLE color: 9742606.
HSL color Cylindrical-coordinate representation of color #0EA994: hue angle of 171.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA994 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 169 | 148 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.34 |
| HSL | 171.87º | 0.85% | 0.36% | - |
| HSV(B) | 171.87º | 0.92% | 0.66% | - |
| XYZ | 19.71 | 30.61 | 32.89 | - |
| YUV | 120.26 | 143.65 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 169 | 148 | 0.92 | 0 | 0.12 | 0.34 | 171.87 | 0.85 | 0.36 |
| Hex | E | A9 | 94 | 5C | 0 | C | 22 | AC | 55 | 24 |
| Octal | 16 | 251 | 224 | 134 | 0 | 14 | 42 | 254 | 125 | 44 |
| Binary | 1110 | 10101001 | 10010100 | 1011100 | 0 | 1100 | 100010 | 10101100 | 1010101 | 100100 |
Color Harmonies of #0EA994
Complementary color
Monochromatic Colors of #0EA994
Black with #0EA994
Text Example
Text Example
White with #0EA994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA994; }
p { color: rgb(14,169,148); }
H1.HeaderClassName
{
color: #0EA994;
}
.AnyTagClassName
{
color: #0EA994;
}
</style>
background-color css
<style>
a { background-color: #0EA994; }
a { background-color: rgb(14,169,148); }
div.DivClassName
{
background-color: #0EA994;
}
.BgClassName
{
background-color: #0EA994;
}
</style>
border-color css
<style>
span { border-color: #0EA994; }
span { border-color: rgb(14,169,148); }
td.TdClassName
{
border-color: #0EA994;
}
.TagClassName
{
border-color: #0EA994;
}
</style>