Shades of Persian Green #0EB09D
Tints of Persian Green #0EB09D
RGB
CMYK
RGB Variations
Color information
#0EB09D (or 0x0EB09D) is known color: Persian Green. HEX triplet: 0E, B0 and 9D. RGB value is (14,176,157). Sum of RGB (Red+Green+Blue) = 14+176+157=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 176 (69.14% from 255 or 50.72% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB09D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB09D is #F14F62. Grayscale: #7D7D7D. Windows color (decimal): -15814499 or 10334222. OLE color: 10334222.
HSL color Cylindrical-coordinate representation of color #0EB09D: hue angle of 172.96º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB09D is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 176 | 157 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.31 |
| HSL | 172.96º | 0.85% | 0.37% | - |
| HSV(B) | 172.96º | 0.92% | 0.69% | - |
| XYZ | 21.79 | 33.58 | 37.23 | - |
| YUV | 125.4 | 145.83 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 176 | 157 | 0.92 | 0 | 0.11 | 0.31 | 172.96 | 0.85 | 0.37 |
| Hex | E | B0 | 9D | 5C | 0 | B | 1F | AD | 55 | 25 |
| Octal | 16 | 260 | 235 | 134 | 0 | 13 | 37 | 255 | 125 | 45 |
| Binary | 1110 | 10110000 | 10011101 | 1011100 | 0 | 1011 | 11111 | 10101101 | 1010101 | 100101 |
Color Harmonies of #0EB09D
Complementary color
Monochromatic Colors of #0EB09D
Black with #0EB09D
Text Example
Text Example
White with #0EB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB09D; }
p { color: rgb(14,176,157); }
H1.HeaderClassName
{
color: #0EB09D;
}
.AnyTagClassName
{
color: #0EB09D;
}
</style>
background-color css
<style>
a { background-color: #0EB09D; }
a { background-color: rgb(14,176,157); }
div.DivClassName
{
background-color: #0EB09D;
}
.BgClassName
{
background-color: #0EB09D;
}
</style>
border-color css
<style>
span { border-color: #0EB09D; }
span { border-color: rgb(14,176,157); }
td.TdClassName
{
border-color: #0EB09D;
}
.TagClassName
{
border-color: #0EB09D;
}
</style>