Shades of Shamrock Green #018D5E
Tints of Shamrock Green #018D5E
RGB
CMYK
RGB Variations
Color information
#018D5E (or 0x018D5E) is known color: Shamrock Green. HEX triplet: 01, 8D and 5E. RGB value is (1,141,94). Sum of RGB (Red+Green+Blue) = 1+141+94=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 141 (55.47% from 255 or 59.75% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 141 - color contains mainly: green. Hex color #018D5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018D5E is #FE72A1. Grayscale: #5D5D5D. Windows color (decimal): -16675490 or 6196481. OLE color: 6196481.
HSL color Cylindrical-coordinate representation of color #018D5E: hue angle of 159.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D5E is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 141 | 94 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.45 |
| HSL | 159.86º | 0.99% | 0.28% | - |
| HSV(B) | 159.86º | 0.99% | 0.55% | - |
| XYZ | 11.56 | 19.86 | 13.81 | - |
| YUV | 93.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 94 | 0.99 | 0 | 0.33 | 0.45 | 159.86 | 0.99 | 0.28 |
| Hex | 1 | 8D | 5E | 63 | 0 | 21 | 2D | A0 | 63 | 1C |
| Octal | 1 | 215 | 136 | 143 | 0 | 41 | 55 | 240 | 143 | 34 |
| Binary | 1 | 10001101 | 1011110 | 1100011 | 0 | 100001 | 101101 | 10100000 | 1100011 | 11100 |
Color Harmonies of #018D5E
Complementary color
Monochromatic Colors of #018D5E
Black with #018D5E
Text Example
Text Example
White with #018D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D5E; }
p { color: rgb(1,141,94); }
H1.HeaderClassName
{
color: #018D5E;
}
.AnyTagClassName
{
color: #018D5E;
}
</style>
background-color css
<style>
a { background-color: #018D5E; }
a { background-color: rgb(1,141,94); }
div.DivClassName
{
background-color: #018D5E;
}
.BgClassName
{
background-color: #018D5E;
}
</style>
border-color css
<style>
span { border-color: #018D5E; }
span { border-color: rgb(1,141,94); }
td.TdClassName
{
border-color: #018D5E;
}
.TagClassName
{
border-color: #018D5E;
}
</style>