Shades of Shamrock Green #018E54
Tints of Shamrock Green #018E54
RGB
CMYK
RGB Variations
Color information
#018E54 (or 0x018E54) is known color: Shamrock Green. HEX triplet: 01, 8E and 54. RGB value is (1,142,84). Sum of RGB (Red+Green+Blue) = 1+142+84=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 142 (55.86% from 255 or 62.56% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 142 - color contains mainly: green. Hex color #018E54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E54 is #FE71AB. Grayscale: #5D5D5D. Windows color (decimal): -16675244 or 5541377. OLE color: 5541377.
HSL color Cylindrical-coordinate representation of color #018E54: hue angle of 155.32º 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 #018E54 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 84 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.44 |
| HSL | 155.32º | 0.99% | 0.28% | - |
| HSV(B) | 155.32º | 0.99% | 0.56% | - |
| XYZ | 11.29 | 19.99 | 11.65 | - |
| YUV | 93.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 84 | 0.99 | 0 | 0.41 | 0.44 | 155.32 | 0.99 | 0.28 |
| Hex | 1 | 8E | 54 | 63 | 0 | 29 | 2C | 9B | 63 | 1C |
| Octal | 1 | 216 | 124 | 143 | 0 | 51 | 54 | 233 | 143 | 34 |
| Binary | 1 | 10001110 | 1010100 | 1100011 | 0 | 101001 | 101100 | 10011011 | 1100011 | 11100 |
Color Harmonies of #018E54
Complementary color
Monochromatic Colors of #018E54
Black with #018E54
Text Example
Text Example
White with #018E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E54; }
p { color: rgb(1,142,84); }
H1.HeaderClassName
{
color: #018E54;
}
.AnyTagClassName
{
color: #018E54;
}
</style>
background-color css
<style>
a { background-color: #018E54; }
a { background-color: rgb(1,142,84); }
div.DivClassName
{
background-color: #018E54;
}
.BgClassName
{
background-color: #018E54;
}
</style>
border-color css
<style>
span { border-color: #018E54; }
span { border-color: rgb(1,142,84); }
td.TdClassName
{
border-color: #018E54;
}
.TagClassName
{
border-color: #018E54;
}
</style>