Shades of Shamrock Green #008C51
Tints of Shamrock Green #008C51
RGB
CMYK
RGB Variations
Color information
#008C51 (or 0x008C51) is known color: Shamrock Green. HEX triplet: 00, 8C and 51. RGB value is (0,140,81). Sum of RGB (Red+Green+Blue) = 0+140+81=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 140 (55.08% from 255 or 63.35% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 140 - color contains mainly: green. Hex color #008C51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C51 is #FF73AE. Grayscale: #5B5B5B. Windows color (decimal): -16741295 or 5344256. OLE color: 5344256.
HSL color Cylindrical-coordinate representation of color #008C51: hue angle of 154.71º 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 #008C51 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 81 | - |
| CMYK | 1 | 0 | 0.42 | 0.45 |
| HSL | 154.71º | 1% | 0.27% | - |
| HSV(B) | 154.71º | 1% | 0.55% | - |
| XYZ | 10.86 | 19.35 | 10.95 | - |
| YUV | 91.41 | 122.12 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 81 | 1 | 0 | 0.42 | 0.45 | 154.71 | 1 | 0.27 |
| Hex | 0 | 8C | 51 | 64 | 0 | 2A | 2D | 9B | 64 | 1B |
| Octal | 0 | 214 | 121 | 144 | 0 | 52 | 55 | 233 | 144 | 33 |
| Binary | 0 | 10001100 | 1010001 | 1100100 | 0 | 101010 | 101101 | 10011011 | 1100100 | 11011 |
Color Harmonies of #008C51
Complementary color
Monochromatic Colors of #008C51
Black with #008C51
Text Example
Text Example
White with #008C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C51; }
p { color: rgb(0,140,81); }
H1.HeaderClassName
{
color: #008C51;
}
.AnyTagClassName
{
color: #008C51;
}
</style>
background-color css
<style>
a { background-color: #008C51; }
a { background-color: rgb(0,140,81); }
div.DivClassName
{
background-color: #008C51;
}
.BgClassName
{
background-color: #008C51;
}
</style>
border-color css
<style>
span { border-color: #008C51; }
span { border-color: rgb(0,140,81); }
td.TdClassName
{
border-color: #008C51;
}
.TagClassName
{
border-color: #008C51;
}
</style>