Shades of Shamrock Green #088F60
Tints of Shamrock Green #088F60
RGB
CMYK
RGB Variations
Color information
#088F60 (or 0x088F60) is known color: Shamrock Green. HEX triplet: 08, 8F and 60. RGB value is (8,143,96). Sum of RGB (Red+Green+Blue) = 8+143+96=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 143 (56.25% from 255 or 57.89% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 143 - color contains mainly: green. Hex color #088F60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088F60 is #F7709F. Grayscale: #616161. Windows color (decimal): -16216224 or 6328072. OLE color: 6328072.
HSL color Cylindrical-coordinate representation of color #088F60: hue angle of 159.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088F60 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 143 | 96 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.44 |
| HSL | 159.11º | 0.89% | 0.3% | - |
| HSV(B) | 159.11º | 0.94% | 0.56% | - |
| XYZ | 12.03 | 20.54 | 14.4 | - |
| YUV | 97.28 | 127.27 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 96 | 0.94 | 0 | 0.33 | 0.44 | 159.11 | 0.89 | 0.3 |
| Hex | 8 | 8F | 60 | 5E | 0 | 21 | 2C | 9F | 59 | 1E |
| Octal | 10 | 217 | 140 | 136 | 0 | 41 | 54 | 237 | 131 | 36 |
| Binary | 1000 | 10001111 | 1100000 | 1011110 | 0 | 100001 | 101100 | 10011111 | 1011001 | 11110 |
Color Harmonies of #088F60
Complementary color
Monochromatic Colors of #088F60
Black with #088F60
Text Example
Text Example
White with #088F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088F60; }
p { color: rgb(8,143,96); }
H1.HeaderClassName
{
color: #088F60;
}
.AnyTagClassName
{
color: #088F60;
}
</style>
background-color css
<style>
a { background-color: #088F60; }
a { background-color: rgb(8,143,96); }
div.DivClassName
{
background-color: #088F60;
}
.BgClassName
{
background-color: #088F60;
}
</style>
border-color css
<style>
span { border-color: #088F60; }
span { border-color: rgb(8,143,96); }
td.TdClassName
{
border-color: #088F60;
}
.TagClassName
{
border-color: #088F60;
}
</style>