Shades of Shamrock Green #018E5F
Tints of Shamrock Green #018E5F
RGB
CMYK
RGB Variations
Color information
#018E5F (or 0x018E5F) is known color: Shamrock Green. HEX triplet: 01, 8E and 5F. RGB value is (1,142,95). Sum of RGB (Red+Green+Blue) = 1+142+95=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 142 (55.86% from 255 or 59.66% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 142 - color contains mainly: green. Hex color #018E5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E5F is #FE71A0. Grayscale: #5E5E5E. Windows color (decimal): -16675233 or 6262273. OLE color: 6262273.
HSL color Cylindrical-coordinate representation of color #018E5F: hue angle of 160º 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 #018E5F is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 95 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.44 |
| HSL | 160º | 0.99% | 0.28% | - |
| HSV(B) | 160º | 0.99% | 0.56% | - |
| XYZ | 11.75 | 20.18 | 14.1 | - |
| YUV | 94.48 | 128.29 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 95 | 0.99 | 0 | 0.33 | 0.44 | 160 | 0.99 | 0.28 |
| Hex | 1 | 8E | 5F | 63 | 0 | 21 | 2C | A0 | 63 | 1C |
| Octal | 1 | 216 | 137 | 143 | 0 | 41 | 54 | 240 | 143 | 34 |
| Binary | 1 | 10001110 | 1011111 | 1100011 | 0 | 100001 | 101100 | 10100000 | 1100011 | 11100 |
Color Harmonies of #018E5F
Complementary color
Monochromatic Colors of #018E5F
Black with #018E5F
Text Example
Text Example
White with #018E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E5F; }
p { color: rgb(1,142,95); }
H1.HeaderClassName
{
color: #018E5F;
}
.AnyTagClassName
{
color: #018E5F;
}
</style>
background-color css
<style>
a { background-color: #018E5F; }
a { background-color: rgb(1,142,95); }
div.DivClassName
{
background-color: #018E5F;
}
.BgClassName
{
background-color: #018E5F;
}
</style>
border-color css
<style>
span { border-color: #018E5F; }
span { border-color: rgb(1,142,95); }
td.TdClassName
{
border-color: #018E5F;
}
.TagClassName
{
border-color: #018E5F;
}
</style>