Shades of Persian Green #0EA298
Tints of Persian Green #0EA298
RGB
CMYK
RGB Variations
Color information
#0EA298 (or 0x0EA298) is known color: Persian Green. HEX triplet: 0E, A2 and 98. RGB value is (14,162,152). Sum of RGB (Red+Green+Blue) = 14+162+152=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA298 is #F15D67. Grayscale: #747474. Windows color (decimal): -15818088 or 10002958. OLE color: 10002958.
HSL color Cylindrical-coordinate representation of color #0EA298: hue angle of 175.95º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA298 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 162 | 152 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.36 |
| HSL | 175.95º | 0.84% | 0.35% | - |
| HSV(B) | 175.95º | 0.91% | 0.64% | - |
| XYZ | 18.77 | 28.2 | 34.16 | - |
| YUV | 116.61 | 147.97 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 152 | 0.91 | 0 | 0.06 | 0.36 | 175.95 | 0.84 | 0.35 |
| Hex | E | A2 | 98 | 5B | 0 | 6 | 24 | B0 | 54 | 23 |
| Octal | 16 | 242 | 230 | 133 | 0 | 6 | 44 | 260 | 124 | 43 |
| Binary | 1110 | 10100010 | 10011000 | 1011011 | 0 | 110 | 100100 | 10110000 | 1010100 | 100011 |
Color Harmonies of #0EA298
Complementary color
Monochromatic Colors of #0EA298
Black with #0EA298
Text Example
Text Example
White with #0EA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA298; }
p { color: rgb(14,162,152); }
H1.HeaderClassName
{
color: #0EA298;
}
.AnyTagClassName
{
color: #0EA298;
}
</style>
background-color css
<style>
a { background-color: #0EA298; }
a { background-color: rgb(14,162,152); }
div.DivClassName
{
background-color: #0EA298;
}
.BgClassName
{
background-color: #0EA298;
}
</style>
border-color css
<style>
span { border-color: #0EA298; }
span { border-color: rgb(14,162,152); }
td.TdClassName
{
border-color: #0EA298;
}
.TagClassName
{
border-color: #0EA298;
}
</style>