Shades of Shamrock Green #008C5C
Tints of Shamrock Green #008C5C
RGB
CMYK
RGB Variations
Color information
#008C5C (or 0x008C5C) is known color: Shamrock Green. HEX triplet: 00, 8C and 5C. RGB value is (0,140,92). Sum of RGB (Red+Green+Blue) = 0+140+92=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 140 (55.08% from 255 or 60.34% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 140 - color contains mainly: green. Hex color #008C5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C5C is #FF73A3. Grayscale: #5C5C5C. Windows color (decimal): -16741284 or 6065152. OLE color: 6065152.
HSL color Cylindrical-coordinate representation of color #008C5C: hue angle of 159.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 #008C5C is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 92 | - |
| CMYK | 1 | 0 | 0.34 | 0.45 |
| HSL | 159.43º | 1% | 0.27% | - |
| HSV(B) | 159.43º | 1% | 0.55% | - |
| XYZ | 11.31 | 19.53 | 13.3 | - |
| YUV | 92.67 | 127.62 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 92 | 1 | 0 | 0.34 | 0.45 | 159.43 | 1 | 0.27 |
| Hex | 0 | 8C | 5C | 64 | 0 | 22 | 2D | 9F | 64 | 1B |
| Octal | 0 | 214 | 134 | 144 | 0 | 42 | 55 | 237 | 144 | 33 |
| Binary | 0 | 10001100 | 1011100 | 1100100 | 0 | 100010 | 101101 | 10011111 | 1100100 | 11011 |
Color Harmonies of #008C5C
Complementary color
Monochromatic Colors of #008C5C
Black with #008C5C
Text Example
Text Example
White with #008C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C5C; }
p { color: rgb(0,140,92); }
H1.HeaderClassName
{
color: #008C5C;
}
.AnyTagClassName
{
color: #008C5C;
}
</style>
background-color css
<style>
a { background-color: #008C5C; }
a { background-color: rgb(0,140,92); }
div.DivClassName
{
background-color: #008C5C;
}
.BgClassName
{
background-color: #008C5C;
}
</style>
border-color css
<style>
span { border-color: #008C5C; }
span { border-color: rgb(0,140,92); }
td.TdClassName
{
border-color: #008C5C;
}
.TagClassName
{
border-color: #008C5C;
}
</style>