Shades of Shamrock Green #008B5E
Tints of Shamrock Green #008B5E
RGB
CMYK
RGB Variations
Color information
#008B5E (or 0x008B5E) is known color: Shamrock Green. HEX triplet: 00, 8B and 5E. RGB value is (0,139,94). Sum of RGB (Red+Green+Blue) = 0+139+94=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 139 (54.69% from 255 or 59.66% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 139 - color contains mainly: green. Hex color #008B5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B5E is #FF74A1. Grayscale: #5C5C5C. Windows color (decimal): -16741538 or 6195968. OLE color: 6195968.
HSL color Cylindrical-coordinate representation of color #008B5E: hue angle of 160.58º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B5E is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 94 | - |
| CMYK | 1 | 0 | 0.32 | 0.45 |
| HSL | 160.58º | 1% | 0.27% | - |
| HSV(B) | 160.58º | 1% | 0.55% | - |
| XYZ | 11.25 | 19.27 | 13.72 | - |
| YUV | 92.31 | 128.95 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 94 | 1 | 0 | 0.32 | 0.45 | 160.58 | 1 | 0.27 |
| Hex | 0 | 8B | 5E | 64 | 0 | 20 | 2D | A1 | 64 | 1B |
| Octal | 0 | 213 | 136 | 144 | 0 | 40 | 55 | 241 | 144 | 33 |
| Binary | 0 | 10001011 | 1011110 | 1100100 | 0 | 100000 | 101101 | 10100001 | 1100100 | 11011 |
Color Harmonies of #008B5E
Complementary color
Monochromatic Colors of #008B5E
Black with #008B5E
Text Example
Text Example
White with #008B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B5E; }
p { color: rgb(0,139,94); }
H1.HeaderClassName
{
color: #008B5E;
}
.AnyTagClassName
{
color: #008B5E;
}
</style>
background-color css
<style>
a { background-color: #008B5E; }
a { background-color: rgb(0,139,94); }
div.DivClassName
{
background-color: #008B5E;
}
.BgClassName
{
background-color: #008B5E;
}
</style>
border-color css
<style>
span { border-color: #008B5E; }
span { border-color: rgb(0,139,94); }
td.TdClassName
{
border-color: #008B5E;
}
.TagClassName
{
border-color: #008B5E;
}
</style>