Shades of Shamrock Green #088D56
Tints of Shamrock Green #088D56
RGB
CMYK
RGB Variations
Color information
#088D56 (or 0x088D56) is known color: Shamrock Green. HEX triplet: 08, 8D and 56. RGB value is (8,141,86). Sum of RGB (Red+Green+Blue) = 8+141+86=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 141 (55.47% from 255 or 60% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 141 - color contains mainly: green. Hex color #088D56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088D56 is #F772A9. Grayscale: #5F5F5F. Windows color (decimal): -16216746 or 5672200. OLE color: 5672200.
HSL color Cylindrical-coordinate representation of color #088D56: hue angle of 155.19º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088D56 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 141 | 86 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.45 |
| HSL | 155.19º | 0.89% | 0.29% | - |
| HSV(B) | 155.19º | 0.94% | 0.55% | - |
| XYZ | 11.3 | 19.77 | 12.02 | - |
| YUV | 94.96 | 122.94 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 86 | 0.94 | 0 | 0.39 | 0.45 | 155.19 | 0.89 | 0.29 |
| Hex | 8 | 8D | 56 | 5E | 0 | 27 | 2D | 9B | 59 | 1D |
| Octal | 10 | 215 | 126 | 136 | 0 | 47 | 55 | 233 | 131 | 35 |
| Binary | 1000 | 10001101 | 1010110 | 1011110 | 0 | 100111 | 101101 | 10011011 | 1011001 | 11101 |
Color Harmonies of #088D56
Complementary color
Monochromatic Colors of #088D56
Black with #088D56
Text Example
Text Example
White with #088D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D56; }
p { color: rgb(8,141,86); }
H1.HeaderClassName
{
color: #088D56;
}
.AnyTagClassName
{
color: #088D56;
}
</style>
background-color css
<style>
a { background-color: #088D56; }
a { background-color: rgb(8,141,86); }
div.DivClassName
{
background-color: #088D56;
}
.BgClassName
{
background-color: #088D56;
}
</style>
border-color css
<style>
span { border-color: #088D56; }
span { border-color: rgb(8,141,86); }
td.TdClassName
{
border-color: #088D56;
}
.TagClassName
{
border-color: #088D56;
}
</style>