Shades of Shamrock Green #008E5C
Tints of Shamrock Green #008E5C
RGB
CMYK
RGB Variations
Color information
#008E5C (or 0x008E5C) is known color: Shamrock Green. HEX triplet: 00, 8E and 5C. RGB value is (0,142,92). Sum of RGB (Red+Green+Blue) = 0+142+92=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 142 (55.86% from 255 or 60.68% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 142 - color contains mainly: green. Hex color #008E5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008E5C is #FF71A3. Grayscale: #5D5D5D. Windows color (decimal): -16740772 or 6065664. OLE color: 6065664.
HSL color Cylindrical-coordinate representation of color #008E5C: hue angle of 158.87º 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 #008E5C is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 142 | 92 | - |
| CMYK | 1 | 0 | 0.35 | 0.44 |
| HSL | 158.87º | 1% | 0.28% | - |
| HSV(B) | 158.87º | 1% | 0.56% | - |
| XYZ | 11.6 | 20.12 | 13.4 | - |
| YUV | 93.84 | 126.96 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 92 | 1 | 0 | 0.35 | 0.44 | 158.87 | 1 | 0.28 |
| Hex | 0 | 8E | 5C | 64 | 0 | 23 | 2C | 9F | 64 | 1C |
| Octal | 0 | 216 | 134 | 144 | 0 | 43 | 54 | 237 | 144 | 34 |
| Binary | 0 | 10001110 | 1011100 | 1100100 | 0 | 100011 | 101100 | 10011111 | 1100100 | 11100 |
Color Harmonies of #008E5C
Complementary color
Monochromatic Colors of #008E5C
Black with #008E5C
Text Example
Text Example
White with #008E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008E5C; }
p { color: rgb(0,142,92); }
H1.HeaderClassName
{
color: #008E5C;
}
.AnyTagClassName
{
color: #008E5C;
}
</style>
background-color css
<style>
a { background-color: #008E5C; }
a { background-color: rgb(0,142,92); }
div.DivClassName
{
background-color: #008E5C;
}
.BgClassName
{
background-color: #008E5C;
}
</style>
border-color css
<style>
span { border-color: #008E5C; }
span { border-color: rgb(0,142,92); }
td.TdClassName
{
border-color: #008E5C;
}
.TagClassName
{
border-color: #008E5C;
}
</style>