Shades of Shamrock Green #008950
Tints of Shamrock Green #008950
RGB
CMYK
RGB Variations
Color information
#008950 (or 0x008950) is known color: Shamrock Green. HEX triplet: 00, 89 and 50. RGB value is (0,137,80). Sum of RGB (Red+Green+Blue) = 0+137+80=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 137 (53.91% from 255 or 63.13% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 137 - color contains mainly: green. Hex color #008950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008950 is #FF76AF. Grayscale: #595959. Windows color (decimal): -16742064 or 5277952. OLE color: 5277952.
HSL color Cylindrical-coordinate representation of color #008950: hue angle of 155.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008950 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 80 | - |
| CMYK | 1 | 0 | 0.42 | 0.46 |
| HSL | 155.04º | 1% | 0.27% | - |
| HSV(B) | 155.04º | 1% | 0.54% | - |
| XYZ | 10.39 | 18.47 | 10.61 | - |
| YUV | 89.54 | 122.61 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 80 | 1 | 0 | 0.42 | 0.46 | 155.04 | 1 | 0.27 |
| Hex | 0 | 89 | 50 | 64 | 0 | 2A | 2E | 9B | 64 | 1B |
| Octal | 0 | 211 | 120 | 144 | 0 | 52 | 56 | 233 | 144 | 33 |
| Binary | 0 | 10001001 | 1010000 | 1100100 | 0 | 101010 | 101110 | 10011011 | 1100100 | 11011 |
Color Harmonies of #008950
Complementary color
Monochromatic Colors of #008950
Black with #008950
Text Example
Text Example
White with #008950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008950; }
p { color: rgb(0,137,80); }
H1.HeaderClassName
{
color: #008950;
}
.AnyTagClassName
{
color: #008950;
}
</style>
background-color css
<style>
a { background-color: #008950; }
a { background-color: rgb(0,137,80); }
div.DivClassName
{
background-color: #008950;
}
.BgClassName
{
background-color: #008950;
}
</style>
border-color css
<style>
span { border-color: #008950; }
span { border-color: rgb(0,137,80); }
td.TdClassName
{
border-color: #008950;
}
.TagClassName
{
border-color: #008950;
}
</style>