Shades of Shamrock Green #008C4E
Tints of Shamrock Green #008C4E
RGB
CMYK
RGB Variations
Color information
#008C4E (or 0x008C4E) is known color: Shamrock Green. HEX triplet: 00, 8C and 4E. RGB value is (0,140,78). Sum of RGB (Red+Green+Blue) = 0+140+78=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 140 (55.08% from 255 or 64.22% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 140 - color contains mainly: green. Hex color #008C4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C4E is #FF73B1. Grayscale: #5B5B5B. Windows color (decimal): -16741298 or 5147648. OLE color: 5147648.
HSL color Cylindrical-coordinate representation of color #008C4E: hue angle of 153.43º 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 #008C4E is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 78 | - |
| CMYK | 1 | 0 | 0.44 | 0.45 |
| HSL | 153.43º | 1% | 0.27% | - |
| HSV(B) | 153.43º | 1% | 0.55% | - |
| XYZ | 10.75 | 19.31 | 10.37 | - |
| YUV | 91.07 | 120.62 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 78 | 1 | 0 | 0.44 | 0.45 | 153.43 | 1 | 0.27 |
| Hex | 0 | 8C | 4E | 64 | 0 | 2C | 2D | 99 | 64 | 1B |
| Octal | 0 | 214 | 116 | 144 | 0 | 54 | 55 | 231 | 144 | 33 |
| Binary | 0 | 10001100 | 1001110 | 1100100 | 0 | 101100 | 101101 | 10011001 | 1100100 | 11011 |
Color Harmonies of #008C4E
Complementary color
Monochromatic Colors of #008C4E
Black with #008C4E
Text Example
Text Example
White with #008C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C4E; }
p { color: rgb(0,140,78); }
H1.HeaderClassName
{
color: #008C4E;
}
.AnyTagClassName
{
color: #008C4E;
}
</style>
background-color css
<style>
a { background-color: #008C4E; }
a { background-color: rgb(0,140,78); }
div.DivClassName
{
background-color: #008C4E;
}
.BgClassName
{
background-color: #008C4E;
}
</style>
border-color css
<style>
span { border-color: #008C4E; }
span { border-color: rgb(0,140,78); }
td.TdClassName
{
border-color: #008C4E;
}
.TagClassName
{
border-color: #008C4E;
}
</style>