Shades of Shamrock Green #008B5D
Tints of Shamrock Green #008B5D
RGB
CMYK
RGB Variations
Color information
#008B5D (or 0x008B5D) is known color: Shamrock Green. HEX triplet: 00, 8B and 5D. RGB value is (0,139,93). Sum of RGB (Red+Green+Blue) = 0+139+93=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #008B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B5D is #FF74A2. Grayscale: #5C5C5C. Windows color (decimal): -16741539 or 6130432. OLE color: 6130432.
HSL color Cylindrical-coordinate representation of color #008B5D: hue angle of 160.14º 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 #008B5D is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 93 | - |
| CMYK | 1 | 0 | 0.33 | 0.45 |
| HSL | 160.14º | 1% | 0.27% | - |
| HSV(B) | 160.14º | 1% | 0.55% | - |
| XYZ | 11.21 | 19.26 | 13.48 | - |
| YUV | 92.2 | 128.45 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 93 | 1 | 0 | 0.33 | 0.45 | 160.14 | 1 | 0.27 |
| Hex | 0 | 8B | 5D | 64 | 0 | 21 | 2D | A0 | 64 | 1B |
| Octal | 0 | 213 | 135 | 144 | 0 | 41 | 55 | 240 | 144 | 33 |
| Binary | 0 | 10001011 | 1011101 | 1100100 | 0 | 100001 | 101101 | 10100000 | 1100100 | 11011 |
Color Harmonies of #008B5D
Complementary color
Monochromatic Colors of #008B5D
Black with #008B5D
Text Example
Text Example
White with #008B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B5D; }
p { color: rgb(0,139,93); }
H1.HeaderClassName
{
color: #008B5D;
}
.AnyTagClassName
{
color: #008B5D;
}
</style>
background-color css
<style>
a { background-color: #008B5D; }
a { background-color: rgb(0,139,93); }
div.DivClassName
{
background-color: #008B5D;
}
.BgClassName
{
background-color: #008B5D;
}
</style>
border-color css
<style>
span { border-color: #008B5D; }
span { border-color: rgb(0,139,93); }
td.TdClassName
{
border-color: #008B5D;
}
.TagClassName
{
border-color: #008B5D;
}
</style>