Shades of Shamrock Green #008F56
Tints of Shamrock Green #008F56
RGB
CMYK
RGB Variations
Color information
#008F56 (or 0x008F56) is known color: Shamrock Green. HEX triplet: 00, 8F and 56. RGB value is (0,143,86). Sum of RGB (Red+Green+Blue) = 0+143+86=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 143 (56.25% from 255 or 62.45% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 143 - color contains mainly: green. Hex color #008F56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F56 is #FF70A9. Grayscale: #5D5D5D. Windows color (decimal): -16740522 or 5672704. OLE color: 5672704.
HSL color Cylindrical-coordinate representation of color #008F56: hue angle of 156.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F56 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 86 | - |
| CMYK | 1 | 0 | 0.40 | 0.44 |
| HSL | 156.08º | 1% | 0.28% | - |
| HSV(B) | 156.08º | 1% | 0.56% | - |
| XYZ | 11.5 | 20.32 | 12.12 | - |
| YUV | 93.75 | 123.62 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 86 | 1 | 0 | 0.40 | 0.44 | 156.08 | 1 | 0.28 |
| Hex | 0 | 8F | 56 | 64 | 0 | 28 | 2C | 9C | 64 | 1C |
| Octal | 0 | 217 | 126 | 144 | 0 | 50 | 54 | 234 | 144 | 34 |
| Binary | 0 | 10001111 | 1010110 | 1100100 | 0 | 101000 | 101100 | 10011100 | 1100100 | 11100 |
Color Harmonies of #008F56
Complementary color
Monochromatic Colors of #008F56
Black with #008F56
Text Example
Text Example
White with #008F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F56; }
p { color: rgb(0,143,86); }
H1.HeaderClassName
{
color: #008F56;
}
.AnyTagClassName
{
color: #008F56;
}
</style>
background-color css
<style>
a { background-color: #008F56; }
a { background-color: rgb(0,143,86); }
div.DivClassName
{
background-color: #008F56;
}
.BgClassName
{
background-color: #008F56;
}
</style>
border-color css
<style>
span { border-color: #008F56; }
span { border-color: rgb(0,143,86); }
td.TdClassName
{
border-color: #008F56;
}
.TagClassName
{
border-color: #008F56;
}
</style>