Shades of Persian Green #0E9F96
Tints of Persian Green #0E9F96
RGB
CMYK
RGB Variations
Color information
#0E9F96 (or 0x0E9F96) is known color: Persian Green. HEX triplet: 0E, 9F and 96. RGB value is (14,159,150). Sum of RGB (Red+Green+Blue) = 14+159+150=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9F96 is #F16069. Grayscale: #727272. Windows color (decimal): -15818858 or 9871118. OLE color: 9871118.
HSL color Cylindrical-coordinate representation of color #0E9F96: hue angle of 176.28º 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 #0E9F96 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 150 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.38 |
| HSL | 176.28º | 0.84% | 0.34% | - |
| HSV(B) | 176.28º | 0.91% | 0.62% | - |
| XYZ | 18.08 | 27.09 | 33.13 | - |
| YUV | 114.62 | 147.96 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 150 | 0.91 | 0 | 0.06 | 0.38 | 176.28 | 0.84 | 0.34 |
| Hex | E | 9F | 96 | 5B | 0 | 6 | 26 | B0 | 54 | 22 |
| Octal | 16 | 237 | 226 | 133 | 0 | 6 | 46 | 260 | 124 | 42 |
| Binary | 1110 | 10011111 | 10010110 | 1011011 | 0 | 110 | 100110 | 10110000 | 1010100 | 100010 |
Color Harmonies of #0E9F96
Complementary color
Monochromatic Colors of #0E9F96
Black with #0E9F96
Text Example
Text Example
White with #0E9F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F96; }
p { color: rgb(14,159,150); }
H1.HeaderClassName
{
color: #0E9F96;
}
.AnyTagClassName
{
color: #0E9F96;
}
</style>
background-color css
<style>
a { background-color: #0E9F96; }
a { background-color: rgb(14,159,150); }
div.DivClassName
{
background-color: #0E9F96;
}
.BgClassName
{
background-color: #0E9F96;
}
</style>
border-color css
<style>
span { border-color: #0E9F96; }
span { border-color: rgb(14,159,150); }
td.TdClassName
{
border-color: #0E9F96;
}
.TagClassName
{
border-color: #0E9F96;
}
</style>