Shades of Shamrock Green #009558
Tints of Shamrock Green #009558
RGB
CMYK
RGB Variations
Color information
#009558 (or 0x009558) is known color: Shamrock Green. HEX triplet: 00, 95 and 58. RGB value is (0,149,88). Sum of RGB (Red+Green+Blue) = 0+149+88=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #009558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009558 is #FF6AA7. Grayscale: #616161. Windows color (decimal): -16738984 or 5805312. OLE color: 5805312.
HSL color Cylindrical-coordinate representation of color #009558: hue angle of 155.44º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009558 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 88 | - |
| CMYK | 1 | 0 | 0.41 | 0.42 |
| HSL | 155.44º | 1% | 0.29% | - |
| HSV(B) | 155.44º | 1% | 0.58% | - |
| XYZ | 12.51 | 22.2 | 12.86 | - |
| YUV | 97.5 | 122.64 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 88 | 1 | 0 | 0.41 | 0.42 | 155.44 | 1 | 0.29 |
| Hex | 0 | 95 | 58 | 64 | 0 | 29 | 2A | 9B | 64 | 1D |
| Octal | 0 | 225 | 130 | 144 | 0 | 51 | 52 | 233 | 144 | 35 |
| Binary | 0 | 10010101 | 1011000 | 1100100 | 0 | 101001 | 101010 | 10011011 | 1100100 | 11101 |
Color Harmonies of #009558
Complementary color
Monochromatic Colors of #009558
Black with #009558
Text Example
Text Example
White with #009558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009558; }
p { color: rgb(0,149,88); }
H1.HeaderClassName
{
color: #009558;
}
.AnyTagClassName
{
color: #009558;
}
</style>
background-color css
<style>
a { background-color: #009558; }
a { background-color: rgb(0,149,88); }
div.DivClassName
{
background-color: #009558;
}
.BgClassName
{
background-color: #009558;
}
</style>
border-color css
<style>
span { border-color: #009558; }
span { border-color: rgb(0,149,88); }
td.TdClassName
{
border-color: #009558;
}
.TagClassName
{
border-color: #009558;
}
</style>