Shades of Shamrock Green #008858
Tints of Shamrock Green #008858
RGB
CMYK
RGB Variations
Color information
#008858 (or 0x008858) is known color: Shamrock Green. HEX triplet: 00, 88 and 58. RGB value is (0,136,88). Sum of RGB (Red+Green+Blue) = 0+136+88=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #008858 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008858 is #FF77A7. Grayscale: #595959. Windows color (decimal): -16742312 or 5801984. OLE color: 5801984.
HSL color Cylindrical-coordinate representation of color #008858: hue angle of 158.82º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008858 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 88 | - |
| CMYK | 1 | 0 | 0.35 | 0.47 |
| HSL | 158.82º | 1% | 0.27% | - |
| HSV(B) | 158.82º | 1% | 0.53% | - |
| XYZ | 10.57 | 18.31 | 12.21 | - |
| YUV | 89.86 | 126.94 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 88 | 1 | 0 | 0.35 | 0.47 | 158.82 | 1 | 0.27 |
| Hex | 0 | 88 | 58 | 64 | 0 | 23 | 2F | 9F | 64 | 1B |
| Octal | 0 | 210 | 130 | 144 | 0 | 43 | 57 | 237 | 144 | 33 |
| Binary | 0 | 10001000 | 1011000 | 1100100 | 0 | 100011 | 101111 | 10011111 | 1100100 | 11011 |
Color Harmonies of #008858
Complementary color
Monochromatic Colors of #008858
Black with #008858
Text Example
Text Example
White with #008858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008858; }
p { color: rgb(0,136,88); }
H1.HeaderClassName
{
color: #008858;
}
.AnyTagClassName
{
color: #008858;
}
</style>
background-color css
<style>
a { background-color: #008858; }
a { background-color: rgb(0,136,88); }
div.DivClassName
{
background-color: #008858;
}
.BgClassName
{
background-color: #008858;
}
</style>
border-color css
<style>
span { border-color: #008858; }
span { border-color: rgb(0,136,88); }
td.TdClassName
{
border-color: #008858;
}
.TagClassName
{
border-color: #008858;
}
</style>