Shades of Persian Green #0EA097
Tints of Persian Green #0EA097
RGB
CMYK
RGB Variations
Color information
#0EA097 (or 0x0EA097) is known color: Persian Green. HEX triplet: 0E, A0 and 97. RGB value is (14,160,151). Sum of RGB (Red+Green+Blue) = 14+160+151=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA097 is #F15F68. Grayscale: #737373. Windows color (decimal): -15818601 or 9936910. OLE color: 9936910.
HSL color Cylindrical-coordinate representation of color #0EA097: hue angle of 176.3º 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 #0EA097 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 160 | 151 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.37 |
| HSL | 176.3º | 0.84% | 0.34% | - |
| HSV(B) | 176.3º | 0.91% | 0.63% | - |
| XYZ | 18.34 | 27.47 | 33.61 | - |
| YUV | 115.32 | 148.13 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 151 | 0.91 | 0 | 0.06 | 0.37 | 176.3 | 0.84 | 0.34 |
| Hex | E | A0 | 97 | 5B | 0 | 6 | 25 | B0 | 54 | 22 |
| Octal | 16 | 240 | 227 | 133 | 0 | 6 | 45 | 260 | 124 | 42 |
| Binary | 1110 | 10100000 | 10010111 | 1011011 | 0 | 110 | 100101 | 10110000 | 1010100 | 100010 |
Color Harmonies of #0EA097
Complementary color
Monochromatic Colors of #0EA097
Black with #0EA097
Text Example
Text Example
White with #0EA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA097; }
p { color: rgb(14,160,151); }
H1.HeaderClassName
{
color: #0EA097;
}
.AnyTagClassName
{
color: #0EA097;
}
</style>
background-color css
<style>
a { background-color: #0EA097; }
a { background-color: rgb(14,160,151); }
div.DivClassName
{
background-color: #0EA097;
}
.BgClassName
{
background-color: #0EA097;
}
</style>
border-color css
<style>
span { border-color: #0EA097; }
span { border-color: rgb(14,160,151); }
td.TdClassName
{
border-color: #0EA097;
}
.TagClassName
{
border-color: #0EA097;
}
</style>