Shades of Shamrock Green #018E52
Tints of Shamrock Green #018E52
RGB
CMYK
RGB Variations
Color information
#018E52 (or 0x018E52) is known color: Shamrock Green. HEX triplet: 01, 8E and 52. RGB value is (1,142,82). Sum of RGB (Red+Green+Blue) = 1+142+82=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #018E52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E52 is #FE71AD. Grayscale: #5D5D5D. Windows color (decimal): -16675246 or 5410305. OLE color: 5410305.
HSL color Cylindrical-coordinate representation of color #018E52: hue angle of 154.47º 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 #018E52 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 82 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.44 |
| HSL | 154.47º | 0.99% | 0.28% | - |
| HSV(B) | 154.47º | 0.99% | 0.56% | - |
| XYZ | 11.21 | 19.96 | 11.24 | - |
| YUV | 93 | 121.79 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 82 | 0.99 | 0 | 0.42 | 0.44 | 154.47 | 0.99 | 0.28 |
| Hex | 1 | 8E | 52 | 63 | 0 | 2A | 2C | 9A | 63 | 1C |
| Octal | 1 | 216 | 122 | 143 | 0 | 52 | 54 | 232 | 143 | 34 |
| Binary | 1 | 10001110 | 1010010 | 1100011 | 0 | 101010 | 101100 | 10011010 | 1100011 | 11100 |
Color Harmonies of #018E52
Complementary color
Monochromatic Colors of #018E52
Black with #018E52
Text Example
Text Example
White with #018E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E52; }
p { color: rgb(1,142,82); }
H1.HeaderClassName
{
color: #018E52;
}
.AnyTagClassName
{
color: #018E52;
}
</style>
background-color css
<style>
a { background-color: #018E52; }
a { background-color: rgb(1,142,82); }
div.DivClassName
{
background-color: #018E52;
}
.BgClassName
{
background-color: #018E52;
}
</style>
border-color css
<style>
span { border-color: #018E52; }
span { border-color: rgb(1,142,82); }
td.TdClassName
{
border-color: #018E52;
}
.TagClassName
{
border-color: #018E52;
}
</style>