Shades of Shamrock Green #018D56
Tints of Shamrock Green #018D56
RGB
CMYK
RGB Variations
Color information
#018D56 (or 0x018D56) is known color: Shamrock Green. HEX triplet: 01, 8D and 56. RGB value is (1,141,86). Sum of RGB (Red+Green+Blue) = 1+141+86=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 141 (55.47% from 255 or 61.84% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 141 - color contains mainly: green. Hex color #018D56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D56 is #FE72A9. Grayscale: #5C5C5C. Windows color (decimal): -16675498 or 5672193. OLE color: 5672193.
HSL color Cylindrical-coordinate representation of color #018D56: hue angle of 156.43º 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 #018D56 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 86 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.45 |
| HSL | 156.43º | 0.99% | 0.28% | - |
| HSV(B) | 156.43º | 0.99% | 0.55% | - |
| XYZ | 11.22 | 19.73 | 12.02 | - |
| YUV | 92.87 | 124.12 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 86 | 0.99 | 0 | 0.39 | 0.45 | 156.43 | 0.99 | 0.28 |
| Hex | 1 | 8D | 56 | 63 | 0 | 27 | 2D | 9C | 63 | 1C |
| Octal | 1 | 215 | 126 | 143 | 0 | 47 | 55 | 234 | 143 | 34 |
| Binary | 1 | 10001101 | 1010110 | 1100011 | 0 | 100111 | 101101 | 10011100 | 1100011 | 11100 |
Color Harmonies of #018D56
Complementary color
Monochromatic Colors of #018D56
Black with #018D56
Text Example
Text Example
White with #018D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D56; }
p { color: rgb(1,141,86); }
H1.HeaderClassName
{
color: #018D56;
}
.AnyTagClassName
{
color: #018D56;
}
</style>
background-color css
<style>
a { background-color: #018D56; }
a { background-color: rgb(1,141,86); }
div.DivClassName
{
background-color: #018D56;
}
.BgClassName
{
background-color: #018D56;
}
</style>
border-color css
<style>
span { border-color: #018D56; }
span { border-color: rgb(1,141,86); }
td.TdClassName
{
border-color: #018D56;
}
.TagClassName
{
border-color: #018D56;
}
</style>