Shades of Persian Green #0EA18A
Tints of Persian Green #0EA18A
RGB
CMYK
RGB Variations
Color information
#0EA18A (or 0x0EA18A) is known color: Persian Green. HEX triplet: 0E, A1 and 8A. RGB value is (14,161,138). Sum of RGB (Red+Green+Blue) = 14+161+138=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA18A is #F15E75. Grayscale: #727272. Windows color (decimal): -15818358 or 9085198. OLE color: 9085198.
HSL color Cylindrical-coordinate representation of color #0EA18A: hue angle of 170.61º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA18A is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 161 | 138 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.37 |
| HSL | 170.61º | 0.84% | 0.34% | - |
| HSV(B) | 170.61º | 0.91% | 0.63% | - |
| XYZ | 17.51 | 27.42 | 28.41 | - |
| YUV | 114.43 | 141.3 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 161 | 138 | 0.91 | 0 | 0.14 | 0.37 | 170.61 | 0.84 | 0.34 |
| Hex | E | A1 | 8A | 5B | 0 | E | 25 | AB | 54 | 22 |
| Octal | 16 | 241 | 212 | 133 | 0 | 16 | 45 | 253 | 124 | 42 |
| Binary | 1110 | 10100001 | 10001010 | 1011011 | 0 | 1110 | 100101 | 10101011 | 1010100 | 100010 |
Color Harmonies of #0EA18A
Complementary color
Monochromatic Colors of #0EA18A
Black with #0EA18A
Text Example
Text Example
White with #0EA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA18A; }
p { color: rgb(14,161,138); }
H1.HeaderClassName
{
color: #0EA18A;
}
.AnyTagClassName
{
color: #0EA18A;
}
</style>
background-color css
<style>
a { background-color: #0EA18A; }
a { background-color: rgb(14,161,138); }
div.DivClassName
{
background-color: #0EA18A;
}
.BgClassName
{
background-color: #0EA18A;
}
</style>
border-color css
<style>
span { border-color: #0EA18A; }
span { border-color: rgb(14,161,138); }
td.TdClassName
{
border-color: #0EA18A;
}
.TagClassName
{
border-color: #0EA18A;
}
</style>