Shades of Shamrock Green #008F53
Tints of Shamrock Green #008F53
RGB
CMYK
RGB Variations
Color information
#008F53 (or 0x008F53) is known color: Shamrock Green. HEX triplet: 00, 8F and 53. RGB value is (0,143,83). Sum of RGB (Red+Green+Blue) = 0+143+83=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #008F53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F53 is #FF70AC. Grayscale: #5D5D5D. Windows color (decimal): -16740525 or 5476096. OLE color: 5476096.
HSL color Cylindrical-coordinate representation of color #008F53: hue angle of 154.83º 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 #008F53 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 83 | - |
| CMYK | 1 | 0 | 0.42 | 0.44 |
| HSL | 154.83º | 1% | 0.28% | - |
| HSV(B) | 154.83º | 1% | 0.56% | - |
| XYZ | 11.38 | 20.27 | 11.5 | - |
| YUV | 93.4 | 122.12 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 83 | 1 | 0 | 0.42 | 0.44 | 154.83 | 1 | 0.28 |
| Hex | 0 | 8F | 53 | 64 | 0 | 2A | 2C | 9B | 64 | 1C |
| Octal | 0 | 217 | 123 | 144 | 0 | 52 | 54 | 233 | 144 | 34 |
| Binary | 0 | 10001111 | 1010011 | 1100100 | 0 | 101010 | 101100 | 10011011 | 1100100 | 11100 |
Color Harmonies of #008F53
Complementary color
Monochromatic Colors of #008F53
Black with #008F53
Text Example
Text Example
White with #008F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F53; }
p { color: rgb(0,143,83); }
H1.HeaderClassName
{
color: #008F53;
}
.AnyTagClassName
{
color: #008F53;
}
</style>
background-color css
<style>
a { background-color: #008F53; }
a { background-color: rgb(0,143,83); }
div.DivClassName
{
background-color: #008F53;
}
.BgClassName
{
background-color: #008F53;
}
</style>
border-color css
<style>
span { border-color: #008F53; }
span { border-color: rgb(0,143,83); }
td.TdClassName
{
border-color: #008F53;
}
.TagClassName
{
border-color: #008F53;
}
</style>