Shades of Shamrock Green #008E52
Tints of Shamrock Green #008E52
RGB
CMYK
RGB Variations
Color information
#008E52 (or 0x008E52) is known color: Shamrock Green. HEX triplet: 00, 8E and 52. RGB value is (0,142,82). Sum of RGB (Red+Green+Blue) = 0+142+82=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 142 (55.86% from 255 or 63.39% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 142 - color contains mainly: green. Hex color #008E52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008E52 is #FF71AD. Grayscale: #5C5C5C. Windows color (decimal): -16740782 or 5410304. OLE color: 5410304.
HSL color Cylindrical-coordinate representation of color #008E52: hue angle of 154.65º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E52 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 142 | 82 | - |
| CMYK | 1 | 0 | 0.42 | 0.44 |
| HSL | 154.65º | 1% | 0.28% | - |
| HSV(B) | 154.65º | 1% | 0.56% | - |
| XYZ | 11.2 | 19.96 | 11.24 | - |
| YUV | 92.7 | 121.96 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 82 | 1 | 0 | 0.42 | 0.44 | 154.65 | 1 | 0.28 |
| Hex | 0 | 8E | 52 | 64 | 0 | 2A | 2C | 9B | 64 | 1C |
| Octal | 0 | 216 | 122 | 144 | 0 | 52 | 54 | 233 | 144 | 34 |
| Binary | 0 | 10001110 | 1010010 | 1100100 | 0 | 101010 | 101100 | 10011011 | 1100100 | 11100 |
Color Harmonies of #008E52
Complementary color
Monochromatic Colors of #008E52
Black with #008E52
Text Example
Text Example
White with #008E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E52; }
p { color: rgb(0,142,82); }
H1.HeaderClassName
{
color: #008E52;
}
.AnyTagClassName
{
color: #008E52;
}
</style>
background-color css
<style>
a { background-color: #008E52; }
a { background-color: rgb(0,142,82); }
div.DivClassName
{
background-color: #008E52;
}
.BgClassName
{
background-color: #008E52;
}
</style>
border-color css
<style>
span { border-color: #008E52; }
span { border-color: rgb(0,142,82); }
td.TdClassName
{
border-color: #008E52;
}
.TagClassName
{
border-color: #008E52;
}
</style>