Shades of Shamrock Green #008C57
Tints of Shamrock Green #008C57
RGB
CMYK
RGB Variations
Color information
#008C57 (or 0x008C57) is known color: Shamrock Green. HEX triplet: 00, 8C and 57. RGB value is (0,140,87). Sum of RGB (Red+Green+Blue) = 0+140+87=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #008C57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C57 is #FF73A8. Grayscale: #5C5C5C. Windows color (decimal): -16741289 or 5737472. OLE color: 5737472.
HSL color Cylindrical-coordinate representation of color #008C57: hue angle of 157.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 #008C57 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 87 | - |
| CMYK | 1 | 0 | 0.38 | 0.45 |
| HSL | 157.29º | 1% | 0.27% | - |
| HSV(B) | 157.29º | 1% | 0.55% | - |
| XYZ | 11.1 | 19.44 | 12.19 | - |
| YUV | 92.1 | 125.12 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 87 | 1 | 0 | 0.38 | 0.45 | 157.29 | 1 | 0.27 |
| Hex | 0 | 8C | 57 | 64 | 0 | 26 | 2D | 9D | 64 | 1B |
| Octal | 0 | 214 | 127 | 144 | 0 | 46 | 55 | 235 | 144 | 33 |
| Binary | 0 | 10001100 | 1010111 | 1100100 | 0 | 100110 | 101101 | 10011101 | 1100100 | 11011 |
Color Harmonies of #008C57
Complementary color
Monochromatic Colors of #008C57
Black with #008C57
Text Example
Text Example
White with #008C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C57; }
p { color: rgb(0,140,87); }
H1.HeaderClassName
{
color: #008C57;
}
.AnyTagClassName
{
color: #008C57;
}
</style>
background-color css
<style>
a { background-color: #008C57; }
a { background-color: rgb(0,140,87); }
div.DivClassName
{
background-color: #008C57;
}
.BgClassName
{
background-color: #008C57;
}
</style>
border-color css
<style>
span { border-color: #008C57; }
span { border-color: rgb(0,140,87); }
td.TdClassName
{
border-color: #008C57;
}
.TagClassName
{
border-color: #008C57;
}
</style>