Shades of Persian Green #0EA193
Tints of Persian Green #0EA193
RGB
CMYK
RGB Variations
Color information
#0EA193 (or 0x0EA193) is known color: Persian Green. HEX triplet: 0E, A1 and 93. RGB value is (14,161,147). Sum of RGB (Red+Green+Blue) = 14+161+147=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA193 is #F15E6C. Grayscale: #737373. Windows color (decimal): -15818349 or 9675022. OLE color: 9675022.
HSL color Cylindrical-coordinate representation of color #0EA193: hue angle of 174.29º 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 #0EA193 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 161 | 147 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.37 |
| HSL | 174.29º | 0.84% | 0.34% | - |
| HSV(B) | 174.29º | 0.91% | 0.63% | - |
| XYZ | 18.19 | 27.69 | 31.99 | - |
| YUV | 115.45 | 145.8 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 161 | 147 | 0.91 | 0 | 0.09 | 0.37 | 174.29 | 0.84 | 0.34 |
| Hex | E | A1 | 93 | 5B | 0 | 9 | 25 | AE | 54 | 22 |
| Octal | 16 | 241 | 223 | 133 | 0 | 11 | 45 | 256 | 124 | 42 |
| Binary | 1110 | 10100001 | 10010011 | 1011011 | 0 | 1001 | 100101 | 10101110 | 1010100 | 100010 |
Color Harmonies of #0EA193
Complementary color
Monochromatic Colors of #0EA193
Black with #0EA193
Text Example
Text Example
White with #0EA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA193; }
p { color: rgb(14,161,147); }
H1.HeaderClassName
{
color: #0EA193;
}
.AnyTagClassName
{
color: #0EA193;
}
</style>
background-color css
<style>
a { background-color: #0EA193; }
a { background-color: rgb(14,161,147); }
div.DivClassName
{
background-color: #0EA193;
}
.BgClassName
{
background-color: #0EA193;
}
</style>
border-color css
<style>
span { border-color: #0EA193; }
span { border-color: rgb(14,161,147); }
td.TdClassName
{
border-color: #0EA193;
}
.TagClassName
{
border-color: #0EA193;
}
</style>