Shades of Shamrock Green #018E58
Tints of Shamrock Green #018E58
RGB
CMYK
RGB Variations
Color information
#018E58 (or 0x018E58) is known color: Shamrock Green. HEX triplet: 01, 8E and 58. RGB value is (1,142,88). Sum of RGB (Red+Green+Blue) = 1+142+88=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 142 (55.86% from 255 or 61.47% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 142 - color contains mainly: green. Hex color #018E58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E58 is #FE71A7. Grayscale: #5D5D5D. Windows color (decimal): -16675240 or 5803521. OLE color: 5803521.
HSL color Cylindrical-coordinate representation of color #018E58: hue angle of 157.02º 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 #018E58 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 88 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.44 |
| HSL | 157.02º | 0.99% | 0.28% | - |
| HSV(B) | 157.02º | 0.99% | 0.56% | - |
| XYZ | 11.45 | 20.06 | 12.5 | - |
| YUV | 93.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 88 | 0.99 | 0 | 0.38 | 0.44 | 157.02 | 0.99 | 0.28 |
| Hex | 1 | 8E | 58 | 63 | 0 | 26 | 2C | 9D | 63 | 1C |
| Octal | 1 | 216 | 130 | 143 | 0 | 46 | 54 | 235 | 143 | 34 |
| Binary | 1 | 10001110 | 1011000 | 1100011 | 0 | 100110 | 101100 | 10011101 | 1100011 | 11100 |
Color Harmonies of #018E58
Complementary color
Monochromatic Colors of #018E58
Black with #018E58
Text Example
Text Example
White with #018E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E58; }
p { color: rgb(1,142,88); }
H1.HeaderClassName
{
color: #018E58;
}
.AnyTagClassName
{
color: #018E58;
}
</style>
background-color css
<style>
a { background-color: #018E58; }
a { background-color: rgb(1,142,88); }
div.DivClassName
{
background-color: #018E58;
}
.BgClassName
{
background-color: #018E58;
}
</style>
border-color css
<style>
span { border-color: #018E58; }
span { border-color: rgb(1,142,88); }
td.TdClassName
{
border-color: #018E58;
}
.TagClassName
{
border-color: #018E58;
}
</style>