Shades of Shamrock Green #018E5B
Tints of Shamrock Green #018E5B
RGB
CMYK
RGB Variations
Color information
#018E5B (or 0x018E5B) is known color: Shamrock Green. HEX triplet: 01, 8E and 5B. RGB value is (1,142,91). Sum of RGB (Red+Green+Blue) = 1+142+91=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 142 (55.86% from 255 or 60.68% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 142 - color contains mainly: green. Hex color #018E5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018E5B is #FE71A4. Grayscale: #5E5E5E. Windows color (decimal): -16675237 or 6000129. OLE color: 6000129.
HSL color Cylindrical-coordinate representation of color #018E5B: hue angle of 158.3º 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 #018E5B is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 142 | 91 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.44 |
| HSL | 158.3º | 0.99% | 0.28% | - |
| HSV(B) | 158.3º | 0.99% | 0.56% | - |
| XYZ | 11.57 | 20.11 | 13.17 | - |
| YUV | 94.03 | 126.29 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 91 | 0.99 | 0 | 0.36 | 0.44 | 158.3 | 0.99 | 0.28 |
| Hex | 1 | 8E | 5B | 63 | 0 | 24 | 2C | 9E | 63 | 1C |
| Octal | 1 | 216 | 133 | 143 | 0 | 44 | 54 | 236 | 143 | 34 |
| Binary | 1 | 10001110 | 1011011 | 1100011 | 0 | 100100 | 101100 | 10011110 | 1100011 | 11100 |
Color Harmonies of #018E5B
Complementary color
Monochromatic Colors of #018E5B
Black with #018E5B
Text Example
Text Example
White with #018E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018E5B; }
p { color: rgb(1,142,91); }
H1.HeaderClassName
{
color: #018E5B;
}
.AnyTagClassName
{
color: #018E5B;
}
</style>
background-color css
<style>
a { background-color: #018E5B; }
a { background-color: rgb(1,142,91); }
div.DivClassName
{
background-color: #018E5B;
}
.BgClassName
{
background-color: #018E5B;
}
</style>
border-color css
<style>
span { border-color: #018E5B; }
span { border-color: rgb(1,142,91); }
td.TdClassName
{
border-color: #018E5B;
}
.TagClassName
{
border-color: #018E5B;
}
</style>