Shades of Shamrock Green #088D58
Tints of Shamrock Green #088D58
RGB
CMYK
RGB Variations
Color information
#088D58 (or 0x088D58) is known color: Shamrock Green. HEX triplet: 08, 8D and 58. RGB value is (8,141,88). Sum of RGB (Red+Green+Blue) = 8+141+88=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #088D58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088D58 is #F772A7. Grayscale: #5F5F5F. Windows color (decimal): -16216744 or 5803272. OLE color: 5803272.
HSL color Cylindrical-coordinate representation of color #088D58: hue angle of 156.09º 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 #088D58 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 141 | 88 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.45 |
| HSL | 156.09º | 0.89% | 0.29% | - |
| HSV(B) | 156.09º | 0.94% | 0.55% | - |
| XYZ | 11.39 | 19.81 | 12.46 | - |
| YUV | 95.19 | 123.94 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 88 | 0.94 | 0 | 0.38 | 0.45 | 156.09 | 0.89 | 0.29 |
| Hex | 8 | 8D | 58 | 5E | 0 | 26 | 2D | 9C | 59 | 1D |
| Octal | 10 | 215 | 130 | 136 | 0 | 46 | 55 | 234 | 131 | 35 |
| Binary | 1000 | 10001101 | 1011000 | 1011110 | 0 | 100110 | 101101 | 10011100 | 1011001 | 11101 |
Color Harmonies of #088D58
Complementary color
Monochromatic Colors of #088D58
Black with #088D58
Text Example
Text Example
White with #088D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D58; }
p { color: rgb(8,141,88); }
H1.HeaderClassName
{
color: #088D58;
}
.AnyTagClassName
{
color: #088D58;
}
</style>
background-color css
<style>
a { background-color: #088D58; }
a { background-color: rgb(8,141,88); }
div.DivClassName
{
background-color: #088D58;
}
.BgClassName
{
background-color: #088D58;
}
</style>
border-color css
<style>
span { border-color: #088D58; }
span { border-color: rgb(8,141,88); }
td.TdClassName
{
border-color: #088D58;
}
.TagClassName
{
border-color: #088D58;
}
</style>