Shades of Shamrock Green #0EA35B
Tints of Shamrock Green #0EA35B
RGB
CMYK
RGB Variations
Color information
#0EA35B (or 0x0EA35B) is known color: Shamrock Green. HEX triplet: 0E, A3 and 5B. RGB value is (14,163,91). Sum of RGB (Red+Green+Blue) = 14+163+91=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA35B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA35B is #F15CA4. Grayscale: #6E6E6E. Windows color (decimal): -15817893 or 6005518. OLE color: 6005518.
HSL color Cylindrical-coordinate representation of color #0EA35B: hue angle of 151.01º 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 #0EA35B is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 163 | 91 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.36 |
| HSL | 151.01º | 0.84% | 0.35% | - |
| HSV(B) | 151.01º | 0.91% | 0.64% | - |
| XYZ | 15.17 | 27.04 | 14.32 | - |
| YUV | 110.24 | 117.14 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 163 | 91 | 0.91 | 0 | 0.44 | 0.36 | 151.01 | 0.84 | 0.35 |
| Hex | E | A3 | 5B | 5B | 0 | 2C | 24 | 97 | 54 | 23 |
| Octal | 16 | 243 | 133 | 133 | 0 | 54 | 44 | 227 | 124 | 43 |
| Binary | 1110 | 10100011 | 1011011 | 1011011 | 0 | 101100 | 100100 | 10010111 | 1010100 | 100011 |
Color Harmonies of #0EA35B
Complementary color
Monochromatic Colors of #0EA35B
Black with #0EA35B
Text Example
Text Example
White with #0EA35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA35B; }
p { color: rgb(14,163,91); }
H1.HeaderClassName
{
color: #0EA35B;
}
.AnyTagClassName
{
color: #0EA35B;
}
</style>
background-color css
<style>
a { background-color: #0EA35B; }
a { background-color: rgb(14,163,91); }
div.DivClassName
{
background-color: #0EA35B;
}
.BgClassName
{
background-color: #0EA35B;
}
</style>
border-color css
<style>
span { border-color: #0EA35B; }
span { border-color: rgb(14,163,91); }
td.TdClassName
{
border-color: #0EA35B;
}
.TagClassName
{
border-color: #0EA35B;
}
</style>