Shades of Persian Green #0EAE9C
Tints of Persian Green #0EAE9C
RGB
CMYK
RGB Variations
Color information
#0EAE9C (or 0x0EAE9C) is known color: Persian Green. HEX triplet: 0E, AE and 9C. RGB value is (14,174,156). Sum of RGB (Red+Green+Blue) = 14+174+156=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #0EAE9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAE9C is #F15163. Grayscale: #7C7C7C. Windows color (decimal): -15815012 or 10268174. OLE color: 10268174.
HSL color Cylindrical-coordinate representation of color #0EAE9C: hue angle of 173.25º 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 #0EAE9C is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 174 | 156 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.32 |
| HSL | 173.25º | 0.85% | 0.37% | - |
| HSV(B) | 173.25º | 0.92% | 0.68% | - |
| XYZ | 21.32 | 32.77 | 36.65 | - |
| YUV | 124.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 174 | 156 | 0.92 | 0 | 0.10 | 0.32 | 173.25 | 0.85 | 0.37 |
| Hex | E | AE | 9C | 5C | 0 | A | 20 | AD | 55 | 25 |
| Octal | 16 | 256 | 234 | 134 | 0 | 12 | 40 | 255 | 125 | 45 |
| Binary | 1110 | 10101110 | 10011100 | 1011100 | 0 | 1010 | 100000 | 10101101 | 1010101 | 100101 |
Color Harmonies of #0EAE9C
Complementary color
Monochromatic Colors of #0EAE9C
Black with #0EAE9C
Text Example
Text Example
White with #0EAE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAE9C; }
p { color: rgb(14,174,156); }
H1.HeaderClassName
{
color: #0EAE9C;
}
.AnyTagClassName
{
color: #0EAE9C;
}
</style>
background-color css
<style>
a { background-color: #0EAE9C; }
a { background-color: rgb(14,174,156); }
div.DivClassName
{
background-color: #0EAE9C;
}
.BgClassName
{
background-color: #0EAE9C;
}
</style>
border-color css
<style>
span { border-color: #0EAE9C; }
span { border-color: rgb(14,174,156); }
td.TdClassName
{
border-color: #0EAE9C;
}
.TagClassName
{
border-color: #0EAE9C;
}
</style>