Shades of Persian Green #0EAE99
Tints of Persian Green #0EAE99
RGB
CMYK
RGB Variations
Color information
#0EAE99 (or 0x0EAE99) is known color: Persian Green. HEX triplet: 0E, AE and 99. RGB value is (14,174,153). Sum of RGB (Red+Green+Blue) = 14+174+153=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAE99 is #F15166. Grayscale: #7B7B7B. Windows color (decimal): -15815015 or 10071566. OLE color: 10071566.
HSL color Cylindrical-coordinate representation of color #0EAE99: hue angle of 172.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAE99 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 174 | 153 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.32 |
| HSL | 172.13º | 0.85% | 0.37% | - |
| HSV(B) | 172.13º | 0.92% | 0.68% | - |
| XYZ | 21.07 | 32.67 | 35.33 | - |
| YUV | 123.77 | 144.49 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 153 | 0.92 | 0 | 0.12 | 0.32 | 172.13 | 0.85 | 0.37 |
| Hex | E | AE | 99 | 5C | 0 | C | 20 | AC | 55 | 25 |
| Octal | 16 | 256 | 231 | 134 | 0 | 14 | 40 | 254 | 125 | 45 |
| Binary | 1110 | 10101110 | 10011001 | 1011100 | 0 | 1100 | 100000 | 10101100 | 1010101 | 100101 |
Color Harmonies of #0EAE99
Complementary color
Monochromatic Colors of #0EAE99
Black with #0EAE99
Text Example
Text Example
White with #0EAE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAE99; }
p { color: rgb(14,174,153); }
H1.HeaderClassName
{
color: #0EAE99;
}
.AnyTagClassName
{
color: #0EAE99;
}
</style>
background-color css
<style>
a { background-color: #0EAE99; }
a { background-color: rgb(14,174,153); }
div.DivClassName
{
background-color: #0EAE99;
}
.BgClassName
{
background-color: #0EAE99;
}
</style>
border-color css
<style>
span { border-color: #0EAE99; }
span { border-color: rgb(14,174,153); }
td.TdClassName
{
border-color: #0EAE99;
}
.TagClassName
{
border-color: #0EAE99;
}
</style>