Shades of Shamrock Green #0E9159
Tints of Shamrock Green #0E9159
RGB
CMYK
RGB Variations
Color information
#0E9159 (or 0x0E9159) is known color: Shamrock Green. HEX triplet: 0E, 91 and 59. RGB value is (14,145,89). Sum of RGB (Red+Green+Blue) = 14+145+89=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 145 (57.03% from 255 or 58.47% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9159 is #F16EA6. Grayscale: #636363. Windows color (decimal): -15822503 or 5869838. OLE color: 5869838.
HSL color Cylindrical-coordinate representation of color #0E9159: hue angle of 154.35º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9159 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 145 | 89 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.43 |
| HSL | 154.35º | 0.82% | 0.31% | - |
| HSV(B) | 154.35º | 0.9% | 0.57% | - |
| XYZ | 12.11 | 21.07 | 12.88 | - |
| YUV | 99.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 145 | 89 | 0.90 | 0 | 0.39 | 0.43 | 154.35 | 0.82 | 0.31 |
| Hex | E | 91 | 59 | 5A | 0 | 27 | 2B | 9A | 52 | 1F |
| Octal | 16 | 221 | 131 | 132 | 0 | 47 | 53 | 232 | 122 | 37 |
| Binary | 1110 | 10010001 | 1011001 | 1011010 | 0 | 100111 | 101011 | 10011010 | 1010010 | 11111 |
Color Harmonies of #0E9159
Complementary color
Monochromatic Colors of #0E9159
Black with #0E9159
Text Example
Text Example
White with #0E9159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9159; }
p { color: rgb(14,145,89); }
H1.HeaderClassName
{
color: #0E9159;
}
.AnyTagClassName
{
color: #0E9159;
}
</style>
background-color css
<style>
a { background-color: #0E9159; }
a { background-color: rgb(14,145,89); }
div.DivClassName
{
background-color: #0E9159;
}
.BgClassName
{
background-color: #0E9159;
}
</style>
border-color css
<style>
span { border-color: #0E9159; }
span { border-color: rgb(14,145,89); }
td.TdClassName
{
border-color: #0E9159;
}
.TagClassName
{
border-color: #0E9159;
}
</style>