Shades of Shamrock Green #018E50
Tints of Shamrock Green #018E50
RGB
CMYK
RGB Variations
Color information
#018E50 (or 0x018E50) is known color: Shamrock Green. HEX triplet: 01, 8E and 50. RGB value is (1,142,80). Sum of RGB (Red+Green+Blue) = 1+142+80=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #018E50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E50 is #FE71AF. Grayscale: #5C5C5C. Windows color (decimal): -16675248 or 5279233. OLE color: 5279233.
HSL color Cylindrical-coordinate representation of color #018E50: hue angle of 153.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E50 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 80 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.44 |
| HSL | 153.62º | 0.99% | 0.28% | - |
| HSV(B) | 153.62º | 0.99% | 0.56% | - |
| XYZ | 11.13 | 19.93 | 10.85 | - |
| YUV | 92.77 | 120.79 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 80 | 0.99 | 0 | 0.44 | 0.44 | 153.62 | 0.99 | 0.28 |
| Hex | 1 | 8E | 50 | 63 | 0 | 2C | 2C | 9A | 63 | 1C |
| Octal | 1 | 216 | 120 | 143 | 0 | 54 | 54 | 232 | 143 | 34 |
| Binary | 1 | 10001110 | 1010000 | 1100011 | 0 | 101100 | 101100 | 10011010 | 1100011 | 11100 |
Color Harmonies of #018E50
Complementary color
Monochromatic Colors of #018E50
Black with #018E50
Text Example
Text Example
White with #018E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E50; }
p { color: rgb(1,142,80); }
H1.HeaderClassName
{
color: #018E50;
}
.AnyTagClassName
{
color: #018E50;
}
</style>
background-color css
<style>
a { background-color: #018E50; }
a { background-color: rgb(1,142,80); }
div.DivClassName
{
background-color: #018E50;
}
.BgClassName
{
background-color: #018E50;
}
</style>
border-color css
<style>
span { border-color: #018E50; }
span { border-color: rgb(1,142,80); }
td.TdClassName
{
border-color: #018E50;
}
.TagClassName
{
border-color: #018E50;
}
</style>