Shades of Shamrock Green #008D56
Tints of Shamrock Green #008D56
RGB
CMYK
RGB Variations
Color information
#008D56 (or 0x008D56) is known color: Shamrock Green. HEX triplet: 00, 8D and 56. RGB value is (0,141,86). Sum of RGB (Red+Green+Blue) = 0+141+86=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 141 (55.47% from 255 or 62.11% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 141 - color contains mainly: green. Hex color #008D56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D56 is #FF72A9. Grayscale: #5C5C5C. Windows color (decimal): -16741034 or 5672192. OLE color: 5672192.
HSL color Cylindrical-coordinate representation of color #008D56: hue angle of 156.6º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D56 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 141 | 86 | - |
| CMYK | 1 | 0 | 0.39 | 0.45 |
| HSL | 156.6º | 1% | 0.28% | - |
| HSV(B) | 156.6º | 1% | 0.55% | - |
| XYZ | 11.2 | 19.72 | 12.02 | - |
| YUV | 92.57 | 124.29 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 86 | 1 | 0 | 0.39 | 0.45 | 156.6 | 1 | 0.28 |
| Hex | 0 | 8D | 56 | 64 | 0 | 27 | 2D | 9D | 64 | 1C |
| Octal | 0 | 215 | 126 | 144 | 0 | 47 | 55 | 235 | 144 | 34 |
| Binary | 0 | 10001101 | 1010110 | 1100100 | 0 | 100111 | 101101 | 10011101 | 1100100 | 11100 |
Color Harmonies of #008D56
Complementary color
Monochromatic Colors of #008D56
Black with #008D56
Text Example
Text Example
White with #008D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008D56; }
p { color: rgb(0,141,86); }
H1.HeaderClassName
{
color: #008D56;
}
.AnyTagClassName
{
color: #008D56;
}
</style>
background-color css
<style>
a { background-color: #008D56; }
a { background-color: rgb(0,141,86); }
div.DivClassName
{
background-color: #008D56;
}
.BgClassName
{
background-color: #008D56;
}
</style>
border-color css
<style>
span { border-color: #008D56; }
span { border-color: rgb(0,141,86); }
td.TdClassName
{
border-color: #008D56;
}
.TagClassName
{
border-color: #008D56;
}
</style>