Shades of Persian Green #0E9897
Tints of Persian Green #0E9897
RGB
CMYK
RGB Variations
Color information
#0E9897 (or 0x0E9897) is known color: Persian Green. HEX triplet: 0E, 98 and 97. RGB value is (14,152,151). Sum of RGB (Red+Green+Blue) = 14+152+151=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9897 is #F16768. Grayscale: #6E6E6E. Windows color (decimal): -15820649 or 9934862. OLE color: 9934862.
HSL color Cylindrical-coordinate representation of color #0E9897: hue angle of 179.57º 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 #0E9897 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 152 | 151 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.40 |
| HSL | 179.57º | 0.83% | 0.33% | - |
| HSV(B) | 179.57º | 0.91% | 0.6% | - |
| XYZ | 17 | 24.78 | 33.17 | - |
| YUV | 110.62 | 150.78 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 152 | 151 | 0.91 | 0 | 0.01 | 0.40 | 179.57 | 0.83 | 0.33 |
| Hex | E | 98 | 97 | 5B | 0 | 1 | 28 | B4 | 53 | 21 |
| Octal | 16 | 230 | 227 | 133 | 0 | 1 | 50 | 264 | 123 | 41 |
| Binary | 1110 | 10011000 | 10010111 | 1011011 | 0 | 1 | 101000 | 10110100 | 1010011 | 100001 |
Color Harmonies of #0E9897
Complementary color
Monochromatic Colors of #0E9897
Black with #0E9897
Text Example
Text Example
White with #0E9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9897; }
p { color: rgb(14,152,151); }
H1.HeaderClassName
{
color: #0E9897;
}
.AnyTagClassName
{
color: #0E9897;
}
</style>
background-color css
<style>
a { background-color: #0E9897; }
a { background-color: rgb(14,152,151); }
div.DivClassName
{
background-color: #0E9897;
}
.BgClassName
{
background-color: #0E9897;
}
</style>
border-color css
<style>
span { border-color: #0E9897; }
span { border-color: rgb(14,152,151); }
td.TdClassName
{
border-color: #0E9897;
}
.TagClassName
{
border-color: #0E9897;
}
</style>