Shades of Persian Green #0EA98D
Tints of Persian Green #0EA98D
RGB
CMYK
RGB Variations
Color information
#0EA98D (or 0x0EA98D) is known color: Persian Green. HEX triplet: 0E, A9 and 8D. RGB value is (14,169,141). Sum of RGB (Red+Green+Blue) = 14+169+141=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA98D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA98D is #F15672. Grayscale: #777777. Windows color (decimal): -15816307 or 9283854. OLE color: 9283854.
HSL color Cylindrical-coordinate representation of color #0EA98D: hue angle of 169.16º 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 #0EA98D is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 169 | 141 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.34 |
| HSL | 169.16º | 0.85% | 0.36% | - |
| HSV(B) | 169.16º | 0.92% | 0.66% | - |
| XYZ | 19.18 | 30.39 | 30.05 | - |
| YUV | 119.46 | 140.15 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 169 | 141 | 0.92 | 0 | 0.17 | 0.34 | 169.16 | 0.85 | 0.36 |
| Hex | E | A9 | 8D | 5C | 0 | 11 | 22 | A9 | 55 | 24 |
| Octal | 16 | 251 | 215 | 134 | 0 | 21 | 42 | 251 | 125 | 44 |
| Binary | 1110 | 10101001 | 10001101 | 1011100 | 0 | 10001 | 100010 | 10101001 | 1010101 | 100100 |
Color Harmonies of #0EA98D
Complementary color
Monochromatic Colors of #0EA98D
Black with #0EA98D
Text Example
Text Example
White with #0EA98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA98D; }
p { color: rgb(14,169,141); }
H1.HeaderClassName
{
color: #0EA98D;
}
.AnyTagClassName
{
color: #0EA98D;
}
</style>
background-color css
<style>
a { background-color: #0EA98D; }
a { background-color: rgb(14,169,141); }
div.DivClassName
{
background-color: #0EA98D;
}
.BgClassName
{
background-color: #0EA98D;
}
</style>
border-color css
<style>
span { border-color: #0EA98D; }
span { border-color: rgb(14,169,141); }
td.TdClassName
{
border-color: #0EA98D;
}
.TagClassName
{
border-color: #0EA98D;
}
</style>