Shades of Shamrock Green #0E9355
Tints of Shamrock Green #0E9355
RGB
CMYK
RGB Variations
Color information
#0E9355 (or 0x0E9355) is known color: Shamrock Green. HEX triplet: 0E, 93 and 55. RGB value is (14,147,85). Sum of RGB (Red+Green+Blue) = 14+147+85=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 147 (57.81% from 255 or 59.76% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9355 is #F16CAA. Grayscale: #646464. Windows color (decimal): -15821995 or 5608206. OLE color: 5608206.
HSL color Cylindrical-coordinate representation of color #0E9355: hue angle of 152.03º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9355 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 147 | 85 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.42 |
| HSL | 152.03º | 0.83% | 0.32% | - |
| HSV(B) | 152.03º | 0.9% | 0.58% | - |
| XYZ | 12.25 | 21.62 | 12.12 | - |
| YUV | 100.17 | 119.44 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 147 | 85 | 0.90 | 0 | 0.42 | 0.42 | 152.03 | 0.83 | 0.32 |
| Hex | E | 93 | 55 | 5A | 0 | 2A | 2A | 98 | 53 | 20 |
| Octal | 16 | 223 | 125 | 132 | 0 | 52 | 52 | 230 | 123 | 40 |
| Binary | 1110 | 10010011 | 1010101 | 1011010 | 0 | 101010 | 101010 | 10011000 | 1010011 | 100000 |
Color Harmonies of #0E9355
Complementary color
Monochromatic Colors of #0E9355
Black with #0E9355
Text Example
Text Example
White with #0E9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9355; }
p { color: rgb(14,147,85); }
H1.HeaderClassName
{
color: #0E9355;
}
.AnyTagClassName
{
color: #0E9355;
}
</style>
background-color css
<style>
a { background-color: #0E9355; }
a { background-color: rgb(14,147,85); }
div.DivClassName
{
background-color: #0E9355;
}
.BgClassName
{
background-color: #0E9355;
}
</style>
border-color css
<style>
span { border-color: #0E9355; }
span { border-color: rgb(14,147,85); }
td.TdClassName
{
border-color: #0E9355;
}
.TagClassName
{
border-color: #0E9355;
}
</style>