Shades of Shamrock Green #008F54
Tints of Shamrock Green #008F54
RGB
CMYK
RGB Variations
Color information
#008F54 (or 0x008F54) is known color: Shamrock Green. HEX triplet: 00, 8F and 54. RGB value is (0,143,84). Sum of RGB (Red+Green+Blue) = 0+143+84=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 143 (56.25% from 255 or 63.00% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 143 - color contains mainly: green. Hex color #008F54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F54 is #FF70AB. Grayscale: #5D5D5D. Windows color (decimal): -16740524 or 5541632. OLE color: 5541632.
HSL color Cylindrical-coordinate representation of color #008F54: hue angle of 155.24º 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 #008F54 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 84 | - |
| CMYK | 1 | 0 | 0.41 | 0.44 |
| HSL | 155.24º | 1% | 0.28% | - |
| HSV(B) | 155.24º | 1% | 0.56% | - |
| XYZ | 11.42 | 20.29 | 11.7 | - |
| YUV | 93.52 | 122.62 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 84 | 1 | 0 | 0.41 | 0.44 | 155.24 | 1 | 0.28 |
| Hex | 0 | 8F | 54 | 64 | 0 | 29 | 2C | 9B | 64 | 1C |
| Octal | 0 | 217 | 124 | 144 | 0 | 51 | 54 | 233 | 144 | 34 |
| Binary | 0 | 10001111 | 1010100 | 1100100 | 0 | 101001 | 101100 | 10011011 | 1100100 | 11100 |
Color Harmonies of #008F54
Complementary color
Monochromatic Colors of #008F54
Black with #008F54
Text Example
Text Example
White with #008F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F54; }
p { color: rgb(0,143,84); }
H1.HeaderClassName
{
color: #008F54;
}
.AnyTagClassName
{
color: #008F54;
}
</style>
background-color css
<style>
a { background-color: #008F54; }
a { background-color: rgb(0,143,84); }
div.DivClassName
{
background-color: #008F54;
}
.BgClassName
{
background-color: #008F54;
}
</style>
border-color css
<style>
span { border-color: #008F54; }
span { border-color: rgb(0,143,84); }
td.TdClassName
{
border-color: #008F54;
}
.TagClassName
{
border-color: #008F54;
}
</style>