Shades of Shamrock Green #008C54
Tints of Shamrock Green #008C54
RGB
CMYK
RGB Variations
Color information
#008C54 (or 0x008C54) is known color: Shamrock Green. HEX triplet: 00, 8C and 54. RGB value is (0,140,84). Sum of RGB (Red+Green+Blue) = 0+140+84=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 140 (55.08% from 255 or 62.5% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 140 - color contains mainly: green. Hex color #008C54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C54 is #FF73AB. Grayscale: #5B5B5B. Windows color (decimal): -16741292 or 5540864. OLE color: 5540864.
HSL color Cylindrical-coordinate representation of color #008C54: hue angle of 156º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C54 is Cyan = 1, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 84 | - |
| CMYK | 1 | 0 | 0.4 | 0.45 |
| HSL | 156º | 1% | 0.27% | - |
| HSV(B) | 156º | 1% | 0.55% | - |
| XYZ | 10.98 | 19.4 | 11.55 | - |
| YUV | 91.76 | 123.62 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 84 | 1 | 0 | 0.4 | 0.45 | 156 | 1 | 0.27 |
| Hex | 0 | 8C | 54 | 64 | 0 | 28 | 2D | 9C | 64 | 1B |
| Octal | 0 | 214 | 124 | 144 | 0 | 50 | 55 | 234 | 144 | 33 |
| Binary | 0 | 10001100 | 1010100 | 1100100 | 0 | 101000 | 101101 | 10011100 | 1100100 | 11011 |
Color Harmonies of #008C54
Complementary color
Monochromatic Colors of #008C54
Black with #008C54
Text Example
Text Example
White with #008C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C54; }
p { color: rgb(0,140,84); }
H1.HeaderClassName
{
color: #008C54;
}
.AnyTagClassName
{
color: #008C54;
}
</style>
background-color css
<style>
a { background-color: #008C54; }
a { background-color: rgb(0,140,84); }
div.DivClassName
{
background-color: #008C54;
}
.BgClassName
{
background-color: #008C54;
}
</style>
border-color css
<style>
span { border-color: #008C54; }
span { border-color: rgb(0,140,84); }
td.TdClassName
{
border-color: #008C54;
}
.TagClassName
{
border-color: #008C54;
}
</style>