Shades of Shamrock Green #008855
Tints of Shamrock Green #008855
RGB
CMYK
RGB Variations
Color information
#008855 (or 0x008855) is known color: Shamrock Green. HEX triplet: 00, 88 and 55. RGB value is (0,136,85). Sum of RGB (Red+Green+Blue) = 0+136+85=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #008855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008855 is #FF77AA. Grayscale: #595959. Windows color (decimal): -16742315 or 5605376. OLE color: 5605376.
HSL color Cylindrical-coordinate representation of color #008855: hue angle of 157.5º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008855 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 85 | - |
| CMYK | 1 | 0 | 0.38 | 0.47 |
| HSL | 157.5º | 1% | 0.27% | - |
| HSV(B) | 157.5º | 1% | 0.53% | - |
| XYZ | 10.44 | 18.26 | 11.57 | - |
| YUV | 89.52 | 125.44 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 85 | 1 | 0 | 0.38 | 0.47 | 157.5 | 1 | 0.27 |
| Hex | 0 | 88 | 55 | 64 | 0 | 26 | 2F | 9E | 64 | 1B |
| Octal | 0 | 210 | 125 | 144 | 0 | 46 | 57 | 236 | 144 | 33 |
| Binary | 0 | 10001000 | 1010101 | 1100100 | 0 | 100110 | 101111 | 10011110 | 1100100 | 11011 |
Color Harmonies of #008855
Complementary color
Monochromatic Colors of #008855
Black with #008855
Text Example
Text Example
White with #008855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008855; }
p { color: rgb(0,136,85); }
H1.HeaderClassName
{
color: #008855;
}
.AnyTagClassName
{
color: #008855;
}
</style>
background-color css
<style>
a { background-color: #008855; }
a { background-color: rgb(0,136,85); }
div.DivClassName
{
background-color: #008855;
}
.BgClassName
{
background-color: #008855;
}
</style>
border-color css
<style>
span { border-color: #008855; }
span { border-color: rgb(0,136,85); }
td.TdClassName
{
border-color: #008855;
}
.TagClassName
{
border-color: #008855;
}
</style>