Shades of Persian Green #0E9D99
Tints of Persian Green #0E9D99
RGB
CMYK
RGB Variations
Color information
#0E9D99 (or 0x0E9D99) is known color: Persian Green. HEX triplet: 0E, 9D and 99. RGB value is (14,157,153). Sum of RGB (Red+Green+Blue) = 14+157+153=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9D99 is #F16266. Grayscale: #717171. Windows color (decimal): -15819367 or 10067214. OLE color: 10067214.
HSL color Cylindrical-coordinate representation of color #0E9D99: hue angle of 178.32º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9D99 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 157 | 153 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.38 |
| HSL | 178.32º | 0.84% | 0.34% | - |
| HSV(B) | 178.32º | 0.91% | 0.62% | - |
| XYZ | 17.99 | 26.51 | 34.31 | - |
| YUV | 113.79 | 150.12 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 157 | 153 | 0.91 | 0 | 0.03 | 0.38 | 178.32 | 0.84 | 0.34 |
| Hex | E | 9D | 99 | 5B | 0 | 3 | 26 | B2 | 54 | 22 |
| Octal | 16 | 235 | 231 | 133 | 0 | 3 | 46 | 262 | 124 | 42 |
| Binary | 1110 | 10011101 | 10011001 | 1011011 | 0 | 11 | 100110 | 10110010 | 1010100 | 100010 |
Color Harmonies of #0E9D99
Complementary color
Monochromatic Colors of #0E9D99
Black with #0E9D99
Text Example
Text Example
White with #0E9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9D99; }
p { color: rgb(14,157,153); }
H1.HeaderClassName
{
color: #0E9D99;
}
.AnyTagClassName
{
color: #0E9D99;
}
</style>
background-color css
<style>
a { background-color: #0E9D99; }
a { background-color: rgb(14,157,153); }
div.DivClassName
{
background-color: #0E9D99;
}
.BgClassName
{
background-color: #0E9D99;
}
</style>
border-color css
<style>
span { border-color: #0E9D99; }
span { border-color: rgb(14,157,153); }
td.TdClassName
{
border-color: #0E9D99;
}
.TagClassName
{
border-color: #0E9D99;
}
</style>