Shades of Shamrock Green #008B58
Tints of Shamrock Green #008B58
RGB
CMYK
RGB Variations
Color information
#008B58 (or 0x008B58) is known color: Shamrock Green. HEX triplet: 00, 8B and 58. RGB value is (0,139,88). Sum of RGB (Red+Green+Blue) = 0+139+88=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 139 (54.69% from 255 or 61.23% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 139 - color contains mainly: green. Hex color #008B58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B58 is #FF74A7. Grayscale: #5B5B5B. Windows color (decimal): -16741544 or 5802752. OLE color: 5802752.
HSL color Cylindrical-coordinate representation of color #008B58: hue angle of 157.99º 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 #008B58 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 88 | - |
| CMYK | 1 | 0 | 0.37 | 0.45 |
| HSL | 157.99º | 1% | 0.27% | - |
| HSV(B) | 157.99º | 1% | 0.55% | - |
| XYZ | 10.99 | 19.17 | 12.35 | - |
| YUV | 91.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 88 | 1 | 0 | 0.37 | 0.45 | 157.99 | 1 | 0.27 |
| Hex | 0 | 8B | 58 | 64 | 0 | 25 | 2D | 9E | 64 | 1B |
| Octal | 0 | 213 | 130 | 144 | 0 | 45 | 55 | 236 | 144 | 33 |
| Binary | 0 | 10001011 | 1011000 | 1100100 | 0 | 100101 | 101101 | 10011110 | 1100100 | 11011 |
Color Harmonies of #008B58
Complementary color
Monochromatic Colors of #008B58
Black with #008B58
Text Example
Text Example
White with #008B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B58; }
p { color: rgb(0,139,88); }
H1.HeaderClassName
{
color: #008B58;
}
.AnyTagClassName
{
color: #008B58;
}
</style>
background-color css
<style>
a { background-color: #008B58; }
a { background-color: rgb(0,139,88); }
div.DivClassName
{
background-color: #008B58;
}
.BgClassName
{
background-color: #008B58;
}
</style>
border-color css
<style>
span { border-color: #008B58; }
span { border-color: rgb(0,139,88); }
td.TdClassName
{
border-color: #008B58;
}
.TagClassName
{
border-color: #008B58;
}
</style>