Shades of Shamrock Green #0E9E5B
Tints of Shamrock Green #0E9E5B
RGB
CMYK
RGB Variations
Color information
#0E9E5B (or 0x0E9E5B) is known color: Shamrock Green. HEX triplet: 0E, 9E and 5B. RGB value is (14,158,91). Sum of RGB (Red+Green+Blue) = 14+158+91=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 158 (62.11% from 255 or 60.08% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9E5B is #F161A4. Grayscale: #6B6B6B. Windows color (decimal): -15819173 or 6004238. OLE color: 6004238.
HSL color Cylindrical-coordinate representation of color #0E9E5B: hue angle of 152.08º 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 #0E9E5B is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 158 | 91 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.38 |
| HSL | 152.08º | 0.84% | 0.34% | - |
| HSV(B) | 152.08º | 0.91% | 0.62% | - |
| XYZ | 14.3 | 25.3 | 14.03 | - |
| YUV | 107.31 | 118.79 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 158 | 91 | 0.91 | 0 | 0.42 | 0.38 | 152.08 | 0.84 | 0.34 |
| Hex | E | 9E | 5B | 5B | 0 | 2A | 26 | 98 | 54 | 22 |
| Octal | 16 | 236 | 133 | 133 | 0 | 52 | 46 | 230 | 124 | 42 |
| Binary | 1110 | 10011110 | 1011011 | 1011011 | 0 | 101010 | 100110 | 10011000 | 1010100 | 100010 |
Color Harmonies of #0E9E5B
Complementary color
Monochromatic Colors of #0E9E5B
Black with #0E9E5B
Text Example
Text Example
White with #0E9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9E5B; }
p { color: rgb(14,158,91); }
H1.HeaderClassName
{
color: #0E9E5B;
}
.AnyTagClassName
{
color: #0E9E5B;
}
</style>
background-color css
<style>
a { background-color: #0E9E5B; }
a { background-color: rgb(14,158,91); }
div.DivClassName
{
background-color: #0E9E5B;
}
.BgClassName
{
background-color: #0E9E5B;
}
</style>
border-color css
<style>
span { border-color: #0E9E5B; }
span { border-color: rgb(14,158,91); }
td.TdClassName
{
border-color: #0E9E5B;
}
.TagClassName
{
border-color: #0E9E5B;
}
</style>