Shades of Shamrock Green #088B5E
Tints of Shamrock Green #088B5E
RGB
CMYK
RGB Variations
Color information
#088B5E (or 0x088B5E) is known color: Shamrock Green. HEX triplet: 08, 8B and 5E. RGB value is (8,139,94). Sum of RGB (Red+Green+Blue) = 8+139+94=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #088B5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B5E is #F774A1. Grayscale: #5E5E5E. Windows color (decimal): -16217250 or 6195976. OLE color: 6195976.
HSL color Cylindrical-coordinate representation of color #088B5E: hue angle of 159.39º 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 #088B5E is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 94 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.45 |
| HSL | 159.39º | 0.89% | 0.29% | - |
| HSV(B) | 159.39º | 0.94% | 0.55% | - |
| XYZ | 11.35 | 19.33 | 13.72 | - |
| YUV | 94.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 94 | 0.94 | 0 | 0.32 | 0.45 | 159.39 | 0.89 | 0.29 |
| Hex | 8 | 8B | 5E | 5E | 0 | 20 | 2D | 9F | 59 | 1D |
| Octal | 10 | 213 | 136 | 136 | 0 | 40 | 55 | 237 | 131 | 35 |
| Binary | 1000 | 10001011 | 1011110 | 1011110 | 0 | 100000 | 101101 | 10011111 | 1011001 | 11101 |
Color Harmonies of #088B5E
Complementary color
Monochromatic Colors of #088B5E
Black with #088B5E
Text Example
Text Example
White with #088B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B5E; }
p { color: rgb(8,139,94); }
H1.HeaderClassName
{
color: #088B5E;
}
.AnyTagClassName
{
color: #088B5E;
}
</style>
background-color css
<style>
a { background-color: #088B5E; }
a { background-color: rgb(8,139,94); }
div.DivClassName
{
background-color: #088B5E;
}
.BgClassName
{
background-color: #088B5E;
}
</style>
border-color css
<style>
span { border-color: #088B5E; }
span { border-color: rgb(8,139,94); }
td.TdClassName
{
border-color: #088B5E;
}
.TagClassName
{
border-color: #088B5E;
}
</style>