Shades of Persian Green #0EA18C
Tints of Persian Green #0EA18C
RGB
CMYK
RGB Variations
Color information
#0EA18C (or 0x0EA18C) is known color: Persian Green. HEX triplet: 0E, A1 and 8C. RGB value is (14,161,140). Sum of RGB (Red+Green+Blue) = 14+161+140=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA18C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA18C is #F15E73. Grayscale: #727272. Windows color (decimal): -15818356 or 9216270. OLE color: 9216270.
HSL color Cylindrical-coordinate representation of color #0EA18C: hue angle of 171.43º 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 #0EA18C is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 161 | 140 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.37 |
| HSL | 171.43º | 0.84% | 0.34% | - |
| HSV(B) | 171.43º | 0.91% | 0.63% | - |
| XYZ | 17.66 | 27.48 | 29.18 | - |
| YUV | 114.65 | 142.3 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 161 | 140 | 0.91 | 0 | 0.13 | 0.37 | 171.43 | 0.84 | 0.34 |
| Hex | E | A1 | 8C | 5B | 0 | D | 25 | AB | 54 | 22 |
| Octal | 16 | 241 | 214 | 133 | 0 | 15 | 45 | 253 | 124 | 42 |
| Binary | 1110 | 10100001 | 10001100 | 1011011 | 0 | 1101 | 100101 | 10101011 | 1010100 | 100010 |
Color Harmonies of #0EA18C
Complementary color
Monochromatic Colors of #0EA18C
Black with #0EA18C
Text Example
Text Example
White with #0EA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA18C; }
p { color: rgb(14,161,140); }
H1.HeaderClassName
{
color: #0EA18C;
}
.AnyTagClassName
{
color: #0EA18C;
}
</style>
background-color css
<style>
a { background-color: #0EA18C; }
a { background-color: rgb(14,161,140); }
div.DivClassName
{
background-color: #0EA18C;
}
.BgClassName
{
background-color: #0EA18C;
}
</style>
border-color css
<style>
span { border-color: #0EA18C; }
span { border-color: rgb(14,161,140); }
td.TdClassName
{
border-color: #0EA18C;
}
.TagClassName
{
border-color: #0EA18C;
}
</style>