Shades of Shamrock Green #008B57
Tints of Shamrock Green #008B57
RGB
CMYK
RGB Variations
Color information
#008B57 (or 0x008B57) is known color: Shamrock Green. HEX triplet: 00, 8B and 57. RGB value is (0,139,87). Sum of RGB (Red+Green+Blue) = 0+139+87=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #008B57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B57 is #FF74A8. Grayscale: #5B5B5B. Windows color (decimal): -16741545 or 5737216. OLE color: 5737216.
HSL color Cylindrical-coordinate representation of color #008B57: hue angle of 157.55º 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 #008B57 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 87 | - |
| CMYK | 1 | 0 | 0.37 | 0.45 |
| HSL | 157.55º | 1% | 0.27% | - |
| HSV(B) | 157.55º | 1% | 0.55% | - |
| XYZ | 10.95 | 19.15 | 12.14 | - |
| YUV | 91.51 | 125.45 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 87 | 1 | 0 | 0.37 | 0.45 | 157.55 | 1 | 0.27 |
| Hex | 0 | 8B | 57 | 64 | 0 | 25 | 2D | 9E | 64 | 1B |
| Octal | 0 | 213 | 127 | 144 | 0 | 45 | 55 | 236 | 144 | 33 |
| Binary | 0 | 10001011 | 1010111 | 1100100 | 0 | 100101 | 101101 | 10011110 | 1100100 | 11011 |
Color Harmonies of #008B57
Complementary color
Monochromatic Colors of #008B57
Black with #008B57
Text Example
Text Example
White with #008B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B57; }
p { color: rgb(0,139,87); }
H1.HeaderClassName
{
color: #008B57;
}
.AnyTagClassName
{
color: #008B57;
}
</style>
background-color css
<style>
a { background-color: #008B57; }
a { background-color: rgb(0,139,87); }
div.DivClassName
{
background-color: #008B57;
}
.BgClassName
{
background-color: #008B57;
}
</style>
border-color css
<style>
span { border-color: #008B57; }
span { border-color: rgb(0,139,87); }
td.TdClassName
{
border-color: #008B57;
}
.TagClassName
{
border-color: #008B57;
}
</style>