Shades of Shamrock Green #088D52
Tints of Shamrock Green #088D52
RGB
CMYK
RGB Variations
Color information
#088D52 (or 0x088D52) is known color: Shamrock Green. HEX triplet: 08, 8D and 52. RGB value is (8,141,82). Sum of RGB (Red+Green+Blue) = 8+141+82=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 141 (55.47% from 255 or 61.04% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 141 - color contains mainly: green. Hex color #088D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088D52 is #F772AD. Grayscale: #5E5E5E. Windows color (decimal): -16216750 or 5410056. OLE color: 5410056.
HSL color Cylindrical-coordinate representation of color #088D52: hue angle of 153.38º 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 #088D52 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 141 | 82 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.45 |
| HSL | 153.38º | 0.89% | 0.29% | - |
| HSV(B) | 153.38º | 0.94% | 0.55% | - |
| XYZ | 11.15 | 19.71 | 11.2 | - |
| YUV | 94.51 | 120.94 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 82 | 0.94 | 0 | 0.42 | 0.45 | 153.38 | 0.89 | 0.29 |
| Hex | 8 | 8D | 52 | 5E | 0 | 2A | 2D | 99 | 59 | 1D |
| Octal | 10 | 215 | 122 | 136 | 0 | 52 | 55 | 231 | 131 | 35 |
| Binary | 1000 | 10001101 | 1010010 | 1011110 | 0 | 101010 | 101101 | 10011001 | 1011001 | 11101 |
Color Harmonies of #088D52
Complementary color
Monochromatic Colors of #088D52
Black with #088D52
Text Example
Text Example
White with #088D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D52; }
p { color: rgb(8,141,82); }
H1.HeaderClassName
{
color: #088D52;
}
.AnyTagClassName
{
color: #088D52;
}
</style>
background-color css
<style>
a { background-color: #088D52; }
a { background-color: rgb(8,141,82); }
div.DivClassName
{
background-color: #088D52;
}
.BgClassName
{
background-color: #088D52;
}
</style>
border-color css
<style>
span { border-color: #088D52; }
span { border-color: rgb(8,141,82); }
td.TdClassName
{
border-color: #088D52;
}
.TagClassName
{
border-color: #088D52;
}
</style>