Shades of Shamrock Green #018D51
Tints of Shamrock Green #018D51
RGB
CMYK
RGB Variations
Color information
#018D51 (or 0x018D51) is known color: Shamrock Green. HEX triplet: 01, 8D and 51. RGB value is (1,141,81). Sum of RGB (Red+Green+Blue) = 1+141+81=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 141 (55.47% from 255 or 63.23% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 141 - color contains mainly: green. Hex color #018D51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D51 is #FE72AE. Grayscale: #5C5C5C. Windows color (decimal): -16675503 or 5344513. OLE color: 5344513.
HSL color Cylindrical-coordinate representation of color #018D51: hue angle of 154.29º 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 #018D51 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 81 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.45 |
| HSL | 154.29º | 0.99% | 0.28% | - |
| HSV(B) | 154.29º | 0.99% | 0.55% | - |
| XYZ | 11.02 | 19.65 | 11 | - |
| YUV | 92.3 | 121.62 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 81 | 0.99 | 0 | 0.43 | 0.45 | 154.29 | 0.99 | 0.28 |
| Hex | 1 | 8D | 51 | 63 | 0 | 2B | 2D | 9A | 63 | 1C |
| Octal | 1 | 215 | 121 | 143 | 0 | 53 | 55 | 232 | 143 | 34 |
| Binary | 1 | 10001101 | 1010001 | 1100011 | 0 | 101011 | 101101 | 10011010 | 1100011 | 11100 |
Color Harmonies of #018D51
Complementary color
Monochromatic Colors of #018D51
Black with #018D51
Text Example
Text Example
White with #018D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D51; }
p { color: rgb(1,141,81); }
H1.HeaderClassName
{
color: #018D51;
}
.AnyTagClassName
{
color: #018D51;
}
</style>
background-color css
<style>
a { background-color: #018D51; }
a { background-color: rgb(1,141,81); }
div.DivClassName
{
background-color: #018D51;
}
.BgClassName
{
background-color: #018D51;
}
</style>
border-color css
<style>
span { border-color: #018D51; }
span { border-color: rgb(1,141,81); }
td.TdClassName
{
border-color: #018D51;
}
.TagClassName
{
border-color: #018D51;
}
</style>