Shades of Shamrock Green #008B5C
Tints of Shamrock Green #008B5C
RGB
CMYK
RGB Variations
Color information
#008B5C (or 0x008B5C) is known color: Shamrock Green. HEX triplet: 00, 8B and 5C. RGB value is (0,139,92). Sum of RGB (Red+Green+Blue) = 0+139+92=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #008B5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B5C is #FF74A3. Grayscale: #5C5C5C. Windows color (decimal): -16741540 or 6064896. OLE color: 6064896.
HSL color Cylindrical-coordinate representation of color #008B5C: hue angle of 159.71º 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 #008B5C is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 92 | - |
| CMYK | 1 | 0 | 0.34 | 0.45 |
| HSL | 159.71º | 1% | 0.27% | - |
| HSV(B) | 159.71º | 1% | 0.55% | - |
| XYZ | 11.16 | 19.24 | 13.25 | - |
| YUV | 92.08 | 127.95 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 92 | 1 | 0 | 0.34 | 0.45 | 159.71 | 1 | 0.27 |
| Hex | 0 | 8B | 5C | 64 | 0 | 22 | 2D | A0 | 64 | 1B |
| Octal | 0 | 213 | 134 | 144 | 0 | 42 | 55 | 240 | 144 | 33 |
| Binary | 0 | 10001011 | 1011100 | 1100100 | 0 | 100010 | 101101 | 10100000 | 1100100 | 11011 |
Color Harmonies of #008B5C
Complementary color
Monochromatic Colors of #008B5C
Black with #008B5C
Text Example
Text Example
White with #008B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B5C; }
p { color: rgb(0,139,92); }
H1.HeaderClassName
{
color: #008B5C;
}
.AnyTagClassName
{
color: #008B5C;
}
</style>
background-color css
<style>
a { background-color: #008B5C; }
a { background-color: rgb(0,139,92); }
div.DivClassName
{
background-color: #008B5C;
}
.BgClassName
{
background-color: #008B5C;
}
</style>
border-color css
<style>
span { border-color: #008B5C; }
span { border-color: rgb(0,139,92); }
td.TdClassName
{
border-color: #008B5C;
}
.TagClassName
{
border-color: #008B5C;
}
</style>