Shades of Persian Green #0EAD9A
Tints of Persian Green #0EAD9A
RGB
CMYK
RGB Variations
Color information
#0EAD9A (or 0x0EAD9A) is known color: Persian Green. HEX triplet: 0E, AD and 9A. RGB value is (14,173,154). Sum of RGB (Red+Green+Blue) = 14+173+154=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAD9A is #F15265. Grayscale: #7B7B7B. Windows color (decimal): -15815270 or 10136846. OLE color: 10136846.
HSL color Cylindrical-coordinate representation of color #0EAD9A: hue angle of 172.83º 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 #0EAD9A is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 154 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.32 |
| HSL | 172.83º | 0.85% | 0.37% | - |
| HSV(B) | 172.83º | 0.92% | 0.68% | - |
| XYZ | 20.96 | 32.31 | 35.7 | - |
| YUV | 123.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 154 | 0.92 | 0 | 0.11 | 0.32 | 172.83 | 0.85 | 0.37 |
| Hex | E | AD | 9A | 5C | 0 | B | 20 | AD | 55 | 25 |
| Octal | 16 | 255 | 232 | 134 | 0 | 13 | 40 | 255 | 125 | 45 |
| Binary | 1110 | 10101101 | 10011010 | 1011100 | 0 | 1011 | 100000 | 10101101 | 1010101 | 100101 |
Color Harmonies of #0EAD9A
Complementary color
Monochromatic Colors of #0EAD9A
Black with #0EAD9A
Text Example
Text Example
White with #0EAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD9A; }
p { color: rgb(14,173,154); }
H1.HeaderClassName
{
color: #0EAD9A;
}
.AnyTagClassName
{
color: #0EAD9A;
}
</style>
background-color css
<style>
a { background-color: #0EAD9A; }
a { background-color: rgb(14,173,154); }
div.DivClassName
{
background-color: #0EAD9A;
}
.BgClassName
{
background-color: #0EAD9A;
}
</style>
border-color css
<style>
span { border-color: #0EAD9A; }
span { border-color: rgb(14,173,154); }
td.TdClassName
{
border-color: #0EAD9A;
}
.TagClassName
{
border-color: #0EAD9A;
}
</style>