Shades of Shamrock Green #008C5A
Tints of Shamrock Green #008C5A
RGB
CMYK
RGB Variations
Color information
#008C5A (or 0x008C5A) is known color: Shamrock Green. HEX triplet: 00, 8C and 5A. RGB value is (0,140,90). Sum of RGB (Red+Green+Blue) = 0+140+90=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 140 (55.08% from 255 or 60.87% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 140 - color contains mainly: green. Hex color #008C5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C5A is #FF73A5. Grayscale: #5C5C5C. Windows color (decimal): -16741286 or 5934080. OLE color: 5934080.
HSL color Cylindrical-coordinate representation of color #008C5A: hue angle of 158.57º 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 #008C5A is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 90 | - |
| CMYK | 1 | 0 | 0.36 | 0.45 |
| HSL | 158.57º | 1% | 0.27% | - |
| HSV(B) | 158.57º | 1% | 0.55% | - |
| XYZ | 11.22 | 19.49 | 12.84 | - |
| YUV | 92.44 | 126.62 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 90 | 1 | 0 | 0.36 | 0.45 | 158.57 | 1 | 0.27 |
| Hex | 0 | 8C | 5A | 64 | 0 | 24 | 2D | 9F | 64 | 1B |
| Octal | 0 | 214 | 132 | 144 | 0 | 44 | 55 | 237 | 144 | 33 |
| Binary | 0 | 10001100 | 1011010 | 1100100 | 0 | 100100 | 101101 | 10011111 | 1100100 | 11011 |
Color Harmonies of #008C5A
Complementary color
Monochromatic Colors of #008C5A
Black with #008C5A
Text Example
Text Example
White with #008C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C5A; }
p { color: rgb(0,140,90); }
H1.HeaderClassName
{
color: #008C5A;
}
.AnyTagClassName
{
color: #008C5A;
}
</style>
background-color css
<style>
a { background-color: #008C5A; }
a { background-color: rgb(0,140,90); }
div.DivClassName
{
background-color: #008C5A;
}
.BgClassName
{
background-color: #008C5A;
}
</style>
border-color css
<style>
span { border-color: #008C5A; }
span { border-color: rgb(0,140,90); }
td.TdClassName
{
border-color: #008C5A;
}
.TagClassName
{
border-color: #008C5A;
}
</style>