Shades of Persian Green #0E9A88
Tints of Persian Green #0E9A88
RGB
CMYK
RGB Variations
Color information
#0E9A88 (or 0x0E9A88) is known color: Persian Green. HEX triplet: 0E, 9A and 88. RGB value is (14,154,136). Sum of RGB (Red+Green+Blue) = 14+154+136=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 154 (60.55% from 255 or 50.66% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 154 - color contains mainly: green. Hex color #0E9A88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9A88 is #F16577. Grayscale: #6E6E6E. Windows color (decimal): -15820152 or 8952334. OLE color: 8952334.
HSL color Cylindrical-coordinate representation of color #0E9A88: hue angle of 172.29º 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 #0E9A88 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 154 | 136 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.40 |
| HSL | 172.29º | 0.83% | 0.33% | - |
| HSV(B) | 172.29º | 0.91% | 0.6% | - |
| XYZ | 16.18 | 24.98 | 27.26 | - |
| YUV | 110.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 154 | 136 | 0.91 | 0 | 0.12 | 0.40 | 172.29 | 0.83 | 0.33 |
| Hex | E | 9A | 88 | 5B | 0 | C | 28 | AC | 53 | 21 |
| Octal | 16 | 232 | 210 | 133 | 0 | 14 | 50 | 254 | 123 | 41 |
| Binary | 1110 | 10011010 | 10001000 | 1011011 | 0 | 1100 | 101000 | 10101100 | 1010011 | 100001 |
Color Harmonies of #0E9A88
Complementary color
Monochromatic Colors of #0E9A88
Black with #0E9A88
Text Example
Text Example
White with #0E9A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9A88; }
p { color: rgb(14,154,136); }
H1.HeaderClassName
{
color: #0E9A88;
}
.AnyTagClassName
{
color: #0E9A88;
}
</style>
background-color css
<style>
a { background-color: #0E9A88; }
a { background-color: rgb(14,154,136); }
div.DivClassName
{
background-color: #0E9A88;
}
.BgClassName
{
background-color: #0E9A88;
}
</style>
border-color css
<style>
span { border-color: #0E9A88; }
span { border-color: rgb(14,154,136); }
td.TdClassName
{
border-color: #0E9A88;
}
.TagClassName
{
border-color: #0E9A88;
}
</style>