Shades of Persian Green #0EAD8F
Tints of Persian Green #0EAD8F
RGB
CMYK
RGB Variations
Color information
#0EAD8F (or 0x0EAD8F) is known color: Persian Green. HEX triplet: 0E, AD and 8F. RGB value is (14,173,143). Sum of RGB (Red+Green+Blue) = 14+173+143=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAD8F is #F15270. Grayscale: #7A7A7A. Windows color (decimal): -15815281 or 9415950. OLE color: 9415950.
HSL color Cylindrical-coordinate representation of color #0EAD8F: hue angle of 168.68º 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 #0EAD8F is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 143 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.32 |
| HSL | 168.68º | 0.85% | 0.37% | - |
| HSV(B) | 168.68º | 0.92% | 0.68% | - |
| XYZ | 20.08 | 31.96 | 31.1 | - |
| YUV | 122.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 143 | 0.92 | 0 | 0.17 | 0.32 | 168.68 | 0.85 | 0.37 |
| Hex | E | AD | 8F | 5C | 0 | 11 | 20 | A9 | 55 | 25 |
| Octal | 16 | 255 | 217 | 134 | 0 | 21 | 40 | 251 | 125 | 45 |
| Binary | 1110 | 10101101 | 10001111 | 1011100 | 0 | 10001 | 100000 | 10101001 | 1010101 | 100101 |
Color Harmonies of #0EAD8F
Complementary color
Monochromatic Colors of #0EAD8F
Black with #0EAD8F
Text Example
Text Example
White with #0EAD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD8F; }
p { color: rgb(14,173,143); }
H1.HeaderClassName
{
color: #0EAD8F;
}
.AnyTagClassName
{
color: #0EAD8F;
}
</style>
background-color css
<style>
a { background-color: #0EAD8F; }
a { background-color: rgb(14,173,143); }
div.DivClassName
{
background-color: #0EAD8F;
}
.BgClassName
{
background-color: #0EAD8F;
}
</style>
border-color css
<style>
span { border-color: #0EAD8F; }
span { border-color: rgb(14,173,143); }
td.TdClassName
{
border-color: #0EAD8F;
}
.TagClassName
{
border-color: #0EAD8F;
}
</style>