Shades of Persian Green #0E9F93
Tints of Persian Green #0E9F93
RGB
CMYK
RGB Variations
Color information
#0E9F93 (or 0x0E9F93) is known color: Persian Green. HEX triplet: 0E, 9F and 93. RGB value is (14,159,147). Sum of RGB (Red+Green+Blue) = 14+159+147=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9F93 is #F1606C. Grayscale: #727272. Windows color (decimal): -15818861 or 9674510. OLE color: 9674510.
HSL color Cylindrical-coordinate representation of color #0E9F93: hue angle of 175.03º 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 #0E9F93 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 147 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.38 |
| HSL | 175.03º | 0.84% | 0.34% | - |
| HSV(B) | 175.03º | 0.91% | 0.62% | - |
| XYZ | 17.85 | 27 | 31.87 | - |
| YUV | 114.28 | 146.46 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 147 | 0.91 | 0 | 0.08 | 0.38 | 175.03 | 0.84 | 0.34 |
| Hex | E | 9F | 93 | 5B | 0 | 8 | 26 | AF | 54 | 22 |
| Octal | 16 | 237 | 223 | 133 | 0 | 10 | 46 | 257 | 124 | 42 |
| Binary | 1110 | 10011111 | 10010011 | 1011011 | 0 | 1000 | 100110 | 10101111 | 1010100 | 100010 |
Color Harmonies of #0E9F93
Complementary color
Monochromatic Colors of #0E9F93
Black with #0E9F93
Text Example
Text Example
White with #0E9F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F93; }
p { color: rgb(14,159,147); }
H1.HeaderClassName
{
color: #0E9F93;
}
.AnyTagClassName
{
color: #0E9F93;
}
</style>
background-color css
<style>
a { background-color: #0E9F93; }
a { background-color: rgb(14,159,147); }
div.DivClassName
{
background-color: #0E9F93;
}
.BgClassName
{
background-color: #0E9F93;
}
</style>
border-color css
<style>
span { border-color: #0E9F93; }
span { border-color: rgb(14,159,147); }
td.TdClassName
{
border-color: #0E9F93;
}
.TagClassName
{
border-color: #0E9F93;
}
</style>