Shades of Shamrock Green #018E55
Tints of Shamrock Green #018E55
RGB
CMYK
RGB Variations
Color information
#018E55 (or 0x018E55) is known color: Shamrock Green. HEX triplet: 01, 8E and 55. RGB value is (1,142,85). Sum of RGB (Red+Green+Blue) = 1+142+85=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 142 (55.86% from 255 or 62.28% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 142 - color contains mainly: green. Hex color #018E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E55 is #FE71AA. Grayscale: #5D5D5D. Windows color (decimal): -16675243 or 5606913. OLE color: 5606913.
HSL color Cylindrical-coordinate representation of color #018E55: hue angle of 155.74º 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 #018E55 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 85 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.44 |
| HSL | 155.74º | 0.99% | 0.28% | - |
| HSV(B) | 155.74º | 0.99% | 0.56% | - |
| XYZ | 11.33 | 20.01 | 11.86 | - |
| YUV | 93.34 | 123.29 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 85 | 0.99 | 0 | 0.40 | 0.44 | 155.74 | 0.99 | 0.28 |
| Hex | 1 | 8E | 55 | 63 | 0 | 28 | 2C | 9C | 63 | 1C |
| Octal | 1 | 216 | 125 | 143 | 0 | 50 | 54 | 234 | 143 | 34 |
| Binary | 1 | 10001110 | 1010101 | 1100011 | 0 | 101000 | 101100 | 10011100 | 1100011 | 11100 |
Color Harmonies of #018E55
Complementary color
Monochromatic Colors of #018E55
Black with #018E55
Text Example
Text Example
White with #018E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E55; }
p { color: rgb(1,142,85); }
H1.HeaderClassName
{
color: #018E55;
}
.AnyTagClassName
{
color: #018E55;
}
</style>
background-color css
<style>
a { background-color: #018E55; }
a { background-color: rgb(1,142,85); }
div.DivClassName
{
background-color: #018E55;
}
.BgClassName
{
background-color: #018E55;
}
</style>
border-color css
<style>
span { border-color: #018E55; }
span { border-color: rgb(1,142,85); }
td.TdClassName
{
border-color: #018E55;
}
.TagClassName
{
border-color: #018E55;
}
</style>