Shades of Persian Green #0EA797
Tints of Persian Green #0EA797
RGB
CMYK
RGB Variations
Color information
#0EA797 (or 0x0EA797) is known color: Persian Green. HEX triplet: 0E, A7 and 97. RGB value is (14,167,151). Sum of RGB (Red+Green+Blue) = 14+167+151=332 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.22% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA797 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA797 is #F15868. Grayscale: #777777. Windows color (decimal): -15816809 or 9938702. OLE color: 9938702.
HSL color Cylindrical-coordinate representation of color #0EA797: hue angle of 173.73º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA797 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 167 | 151 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.35 |
| HSL | 173.73º | 0.85% | 0.35% | - |
| HSV(B) | 173.73º | 0.92% | 0.65% | - |
| XYZ | 19.59 | 29.97 | 34.03 | - |
| YUV | 119.43 | 145.81 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 151 | 0.92 | 0 | 0.10 | 0.35 | 173.73 | 0.85 | 0.35 |
| Hex | E | A7 | 97 | 5C | 0 | A | 23 | AE | 55 | 23 |
| Octal | 16 | 247 | 227 | 134 | 0 | 12 | 43 | 256 | 125 | 43 |
| Binary | 1110 | 10100111 | 10010111 | 1011100 | 0 | 1010 | 100011 | 10101110 | 1010101 | 100011 |
Color Harmonies of #0EA797
Complementary color
Monochromatic Colors of #0EA797
Black with #0EA797
Text Example
Text Example
White with #0EA797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA797; }
p { color: rgb(14,167,151); }
H1.HeaderClassName
{
color: #0EA797;
}
.AnyTagClassName
{
color: #0EA797;
}
</style>
background-color css
<style>
a { background-color: #0EA797; }
a { background-color: rgb(14,167,151); }
div.DivClassName
{
background-color: #0EA797;
}
.BgClassName
{
background-color: #0EA797;
}
</style>
border-color css
<style>
span { border-color: #0EA797; }
span { border-color: rgb(14,167,151); }
td.TdClassName
{
border-color: #0EA797;
}
.TagClassName
{
border-color: #0EA797;
}
</style>