Shades of Shamrock Green #018C5E
Tints of Shamrock Green #018C5E
RGB
CMYK
RGB Variations
Color information
#018C5E (or 0x018C5E) is known color: Shamrock Green. HEX triplet: 01, 8C and 5E. RGB value is (1,140,94). Sum of RGB (Red+Green+Blue) = 1+140+94=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 140 (55.08% from 255 or 59.57% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 140 - color contains mainly: green. Hex color #018C5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C5E is #FE73A1. Grayscale: #5D5D5D. Windows color (decimal): -16675746 or 6196225. OLE color: 6196225.
HSL color Cylindrical-coordinate representation of color #018C5E: hue angle of 160.14º 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 #018C5E is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 94 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.45 |
| HSL | 160.14º | 0.99% | 0.28% | - |
| HSV(B) | 160.14º | 0.99% | 0.55% | - |
| XYZ | 11.41 | 19.57 | 13.77 | - |
| YUV | 93.2 | 128.45 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 94 | 0.99 | 0 | 0.33 | 0.45 | 160.14 | 0.99 | 0.28 |
| Hex | 1 | 8C | 5E | 63 | 0 | 21 | 2D | A0 | 63 | 1C |
| Octal | 1 | 214 | 136 | 143 | 0 | 41 | 55 | 240 | 143 | 34 |
| Binary | 1 | 10001100 | 1011110 | 1100011 | 0 | 100001 | 101101 | 10100000 | 1100011 | 11100 |
Color Harmonies of #018C5E
Complementary color
Monochromatic Colors of #018C5E
Black with #018C5E
Text Example
Text Example
White with #018C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C5E; }
p { color: rgb(1,140,94); }
H1.HeaderClassName
{
color: #018C5E;
}
.AnyTagClassName
{
color: #018C5E;
}
</style>
background-color css
<style>
a { background-color: #018C5E; }
a { background-color: rgb(1,140,94); }
div.DivClassName
{
background-color: #018C5E;
}
.BgClassName
{
background-color: #018C5E;
}
</style>
border-color css
<style>
span { border-color: #018C5E; }
span { border-color: rgb(1,140,94); }
td.TdClassName
{
border-color: #018C5E;
}
.TagClassName
{
border-color: #018C5E;
}
</style>