Shades of Shamrock Green #0E985F
Tints of Shamrock Green #0E985F
RGB
CMYK
RGB Variations
Color information
#0E985F (or 0x0E985F) is known color: Shamrock Green. HEX triplet: 0E, 98 and 5F. RGB value is (14,152,95). Sum of RGB (Red+Green+Blue) = 14+152+95=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #0E985F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E985F is #F167A0. Grayscale: #686868. Windows color (decimal): -15820705 or 6264846. OLE color: 6264846.
HSL color Cylindrical-coordinate representation of color #0E985F: hue angle of 155.22º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E985F is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 152 | 95 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.40 |
| HSL | 155.22º | 0.83% | 0.33% | - |
| HSV(B) | 155.22º | 0.91% | 0.6% | - |
| XYZ | 13.47 | 23.38 | 14.63 | - |
| YUV | 104.24 | 122.78 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 152 | 95 | 0.91 | 0 | 0.38 | 0.40 | 155.22 | 0.83 | 0.33 |
| Hex | E | 98 | 5F | 5B | 0 | 26 | 28 | 9B | 53 | 21 |
| Octal | 16 | 230 | 137 | 133 | 0 | 46 | 50 | 233 | 123 | 41 |
| Binary | 1110 | 10011000 | 1011111 | 1011011 | 0 | 100110 | 101000 | 10011011 | 1010011 | 100001 |
Color Harmonies of #0E985F
Complementary color
Monochromatic Colors of #0E985F
Black with #0E985F
Text Example
Text Example
White with #0E985F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E985F; }
p { color: rgb(14,152,95); }
H1.HeaderClassName
{
color: #0E985F;
}
.AnyTagClassName
{
color: #0E985F;
}
</style>
background-color css
<style>
a { background-color: #0E985F; }
a { background-color: rgb(14,152,95); }
div.DivClassName
{
background-color: #0E985F;
}
.BgClassName
{
background-color: #0E985F;
}
</style>
border-color css
<style>
span { border-color: #0E985F; }
span { border-color: rgb(14,152,95); }
td.TdClassName
{
border-color: #0E985F;
}
.TagClassName
{
border-color: #0E985F;
}
</style>