Shades of Shamrock Green #008C50
Tints of Shamrock Green #008C50
RGB
CMYK
RGB Variations
Color information
#008C50 (or 0x008C50) is known color: Shamrock Green. HEX triplet: 00, 8C and 50. RGB value is (0,140,80). Sum of RGB (Red+Green+Blue) = 0+140+80=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 140 (55.08% from 255 or 63.64% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 140 - color contains mainly: green. Hex color #008C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C50 is #FF73AF. Grayscale: #5B5B5B. Windows color (decimal): -16741296 or 5278720. OLE color: 5278720.
HSL color Cylindrical-coordinate representation of color #008C50: hue angle of 154.29º 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 #008C50 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 80 | - |
| CMYK | 1 | 0 | 0.43 | 0.45 |
| HSL | 154.29º | 1% | 0.27% | - |
| HSV(B) | 154.29º | 1% | 0.55% | - |
| XYZ | 10.83 | 19.34 | 10.75 | - |
| YUV | 91.3 | 121.62 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 80 | 1 | 0 | 0.43 | 0.45 | 154.29 | 1 | 0.27 |
| Hex | 0 | 8C | 50 | 64 | 0 | 2B | 2D | 9A | 64 | 1B |
| Octal | 0 | 214 | 120 | 144 | 0 | 53 | 55 | 232 | 144 | 33 |
| Binary | 0 | 10001100 | 1010000 | 1100100 | 0 | 101011 | 101101 | 10011010 | 1100100 | 11011 |
Color Harmonies of #008C50
Complementary color
Monochromatic Colors of #008C50
Black with #008C50
Text Example
Text Example
White with #008C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C50; }
p { color: rgb(0,140,80); }
H1.HeaderClassName
{
color: #008C50;
}
.AnyTagClassName
{
color: #008C50;
}
</style>
background-color css
<style>
a { background-color: #008C50; }
a { background-color: rgb(0,140,80); }
div.DivClassName
{
background-color: #008C50;
}
.BgClassName
{
background-color: #008C50;
}
</style>
border-color css
<style>
span { border-color: #008C50; }
span { border-color: rgb(0,140,80); }
td.TdClassName
{
border-color: #008C50;
}
.TagClassName
{
border-color: #008C50;
}
</style>