Shades of Persian Green #0E9A87
Tints of Persian Green #0E9A87
RGB
CMYK
RGB Variations
Color information
#0E9A87 (or 0x0E9A87) is known color: Persian Green. HEX triplet: 0E, 9A and 87. RGB value is (14,154,135). Sum of RGB (Red+Green+Blue) = 14+154+135=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9A87 is #F16578. Grayscale: #6D6D6D. Windows color (decimal): -15820153 or 8886798. OLE color: 8886798.
HSL color Cylindrical-coordinate representation of color #0E9A87: hue angle of 171.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9A87 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 154 | 135 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.40 |
| HSL | 171.86º | 0.83% | 0.33% | - |
| HSV(B) | 171.86º | 0.91% | 0.6% | - |
| XYZ | 16.11 | 24.95 | 26.89 | - |
| YUV | 109.97 | 142.12 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 154 | 135 | 0.91 | 0 | 0.12 | 0.40 | 171.86 | 0.83 | 0.33 |
| Hex | E | 9A | 87 | 5B | 0 | C | 28 | AC | 53 | 21 |
| Octal | 16 | 232 | 207 | 133 | 0 | 14 | 50 | 254 | 123 | 41 |
| Binary | 1110 | 10011010 | 10000111 | 1011011 | 0 | 1100 | 101000 | 10101100 | 1010011 | 100001 |
Color Harmonies of #0E9A87
Complementary color
Monochromatic Colors of #0E9A87
Black with #0E9A87
Text Example
Text Example
White with #0E9A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9A87; }
p { color: rgb(14,154,135); }
H1.HeaderClassName
{
color: #0E9A87;
}
.AnyTagClassName
{
color: #0E9A87;
}
</style>
background-color css
<style>
a { background-color: #0E9A87; }
a { background-color: rgb(14,154,135); }
div.DivClassName
{
background-color: #0E9A87;
}
.BgClassName
{
background-color: #0E9A87;
}
</style>
border-color css
<style>
span { border-color: #0E9A87; }
span { border-color: rgb(14,154,135); }
td.TdClassName
{
border-color: #0E9A87;
}
.TagClassName
{
border-color: #0E9A87;
}
</style>