Shades of Shamrock Green #018D55
Tints of Shamrock Green #018D55
RGB
CMYK
RGB Variations
Color information
#018D55 (or 0x018D55) is known color: Shamrock Green. HEX triplet: 01, 8D and 55. RGB value is (1,141,85). Sum of RGB (Red+Green+Blue) = 1+141+85=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 141 (55.47% from 255 or 62.11% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 141 - color contains mainly: green. Hex color #018D55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D55 is #FE72AA. Grayscale: #5C5C5C. Windows color (decimal): -16675499 or 5606657. OLE color: 5606657.
HSL color Cylindrical-coordinate representation of color #018D55: hue angle of 156º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D55 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 85 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.45 |
| HSL | 156º | 0.99% | 0.28% | - |
| HSV(B) | 156º | 0.99% | 0.55% | - |
| XYZ | 11.18 | 19.71 | 11.81 | - |
| YUV | 92.76 | 123.62 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 85 | 0.99 | 0 | 0.40 | 0.45 | 156 | 0.99 | 0.28 |
| Hex | 1 | 8D | 55 | 63 | 0 | 28 | 2D | 9C | 63 | 1C |
| Octal | 1 | 215 | 125 | 143 | 0 | 50 | 55 | 234 | 143 | 34 |
| Binary | 1 | 10001101 | 1010101 | 1100011 | 0 | 101000 | 101101 | 10011100 | 1100011 | 11100 |
Color Harmonies of #018D55
Complementary color
Monochromatic Colors of #018D55
Black with #018D55
Text Example
Text Example
White with #018D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D55; }
p { color: rgb(1,141,85); }
H1.HeaderClassName
{
color: #018D55;
}
.AnyTagClassName
{
color: #018D55;
}
</style>
background-color css
<style>
a { background-color: #018D55; }
a { background-color: rgb(1,141,85); }
div.DivClassName
{
background-color: #018D55;
}
.BgClassName
{
background-color: #018D55;
}
</style>
border-color css
<style>
span { border-color: #018D55; }
span { border-color: rgb(1,141,85); }
td.TdClassName
{
border-color: #018D55;
}
.TagClassName
{
border-color: #018D55;
}
</style>