Shades of Shamrock Green #018E56
Tints of Shamrock Green #018E56
RGB
CMYK
RGB Variations
Color information
#018E56 (or 0x018E56) is known color: Shamrock Green. HEX triplet: 01, 8E and 56. RGB value is (1,142,86). Sum of RGB (Red+Green+Blue) = 1+142+86=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 142 (55.86% from 255 or 62.01% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 142 - color contains mainly: green. Hex color #018E56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E56 is #FE71A9. Grayscale: #5D5D5D. Windows color (decimal): -16675242 or 5672449. OLE color: 5672449.
HSL color Cylindrical-coordinate representation of color #018E56: hue angle of 156.17º 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 #018E56 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 86 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.44 |
| HSL | 156.17º | 0.99% | 0.28% | - |
| HSV(B) | 156.17º | 0.99% | 0.56% | - |
| XYZ | 11.37 | 20.02 | 12.07 | - |
| YUV | 93.46 | 123.79 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 86 | 0.99 | 0 | 0.39 | 0.44 | 156.17 | 0.99 | 0.28 |
| Hex | 1 | 8E | 56 | 63 | 0 | 27 | 2C | 9C | 63 | 1C |
| Octal | 1 | 216 | 126 | 143 | 0 | 47 | 54 | 234 | 143 | 34 |
| Binary | 1 | 10001110 | 1010110 | 1100011 | 0 | 100111 | 101100 | 10011100 | 1100011 | 11100 |
Color Harmonies of #018E56
Complementary color
Monochromatic Colors of #018E56
Black with #018E56
Text Example
Text Example
White with #018E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E56; }
p { color: rgb(1,142,86); }
H1.HeaderClassName
{
color: #018E56;
}
.AnyTagClassName
{
color: #018E56;
}
</style>
background-color css
<style>
a { background-color: #018E56; }
a { background-color: rgb(1,142,86); }
div.DivClassName
{
background-color: #018E56;
}
.BgClassName
{
background-color: #018E56;
}
</style>
border-color css
<style>
span { border-color: #018E56; }
span { border-color: rgb(1,142,86); }
td.TdClassName
{
border-color: #018E56;
}
.TagClassName
{
border-color: #018E56;
}
</style>