Shades of Shamrock Green #088D5B
Tints of Shamrock Green #088D5B
RGB
CMYK
RGB Variations
Color information
#088D5B (or 0x088D5B) is known color: Shamrock Green. HEX triplet: 08, 8D and 5B. RGB value is (8,141,91). Sum of RGB (Red+Green+Blue) = 8+141+91=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 141 (55.47% from 255 or 58.75% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 141 - color contains mainly: green. Hex color #088D5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088D5B is #F772A4. Grayscale: #5F5F5F. Windows color (decimal): -16216741 or 5999880. OLE color: 5999880.
HSL color Cylindrical-coordinate representation of color #088D5B: hue angle of 157.44º 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 #088D5B is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 141 | 91 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.45 |
| HSL | 157.44º | 0.89% | 0.29% | - |
| HSV(B) | 157.44º | 0.94% | 0.55% | - |
| XYZ | 11.51 | 19.86 | 13.12 | - |
| YUV | 95.53 | 125.44 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 91 | 0.94 | 0 | 0.35 | 0.45 | 157.44 | 0.89 | 0.29 |
| Hex | 8 | 8D | 5B | 5E | 0 | 23 | 2D | 9D | 59 | 1D |
| Octal | 10 | 215 | 133 | 136 | 0 | 43 | 55 | 235 | 131 | 35 |
| Binary | 1000 | 10001101 | 1011011 | 1011110 | 0 | 100011 | 101101 | 10011101 | 1011001 | 11101 |
Color Harmonies of #088D5B
Complementary color
Monochromatic Colors of #088D5B
Black with #088D5B
Text Example
Text Example
White with #088D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D5B; }
p { color: rgb(8,141,91); }
H1.HeaderClassName
{
color: #088D5B;
}
.AnyTagClassName
{
color: #088D5B;
}
</style>
background-color css
<style>
a { background-color: #088D5B; }
a { background-color: rgb(8,141,91); }
div.DivClassName
{
background-color: #088D5B;
}
.BgClassName
{
background-color: #088D5B;
}
</style>
border-color css
<style>
span { border-color: #088D5B; }
span { border-color: rgb(8,141,91); }
td.TdClassName
{
border-color: #088D5B;
}
.TagClassName
{
border-color: #088D5B;
}
</style>