Shades of Shamrock Green #0EA760
Tints of Shamrock Green #0EA760
RGB
CMYK
RGB Variations
Color information
#0EA760 (or 0x0EA760) is known color: Shamrock Green. HEX triplet: 0E, A7 and 60. RGB value is (14,167,96). Sum of RGB (Red+Green+Blue) = 14+167+96=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 167 (65.62% from 255 or 60.29% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA760 is #F1589F. Grayscale: #717171. Windows color (decimal): -15816864 or 6334222. OLE color: 6334222.
HSL color Cylindrical-coordinate representation of color #0EA760: hue angle of 152.16º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA760 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 167 | 96 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.35 |
| HSL | 152.16º | 0.85% | 0.35% | - |
| HSV(B) | 152.16º | 0.92% | 0.65% | - |
| XYZ | 16.11 | 28.58 | 15.73 | - |
| YUV | 113.16 | 118.31 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 167 | 96 | 0.92 | 0 | 0.43 | 0.35 | 152.16 | 0.85 | 0.35 |
| Hex | E | A7 | 60 | 5C | 0 | 2B | 23 | 98 | 55 | 23 |
| Octal | 16 | 247 | 140 | 134 | 0 | 53 | 43 | 230 | 125 | 43 |
| Binary | 1110 | 10100111 | 1100000 | 1011100 | 0 | 101011 | 100011 | 10011000 | 1010101 | 100011 |
Color Harmonies of #0EA760
Complementary color
Monochromatic Colors of #0EA760
Black with #0EA760
Text Example
Text Example
White with #0EA760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA760; }
p { color: rgb(14,167,96); }
H1.HeaderClassName
{
color: #0EA760;
}
.AnyTagClassName
{
color: #0EA760;
}
</style>
background-color css
<style>
a { background-color: #0EA760; }
a { background-color: rgb(14,167,96); }
div.DivClassName
{
background-color: #0EA760;
}
.BgClassName
{
background-color: #0EA760;
}
</style>
border-color css
<style>
span { border-color: #0EA760; }
span { border-color: rgb(14,167,96); }
td.TdClassName
{
border-color: #0EA760;
}
.TagClassName
{
border-color: #0EA760;
}
</style>