Shades of Shamrock Green #018C54
Tints of Shamrock Green #018C54
RGB
CMYK
RGB Variations
Color information
#018C54 (or 0x018C54) is known color: Shamrock Green. HEX triplet: 01, 8C and 54. RGB value is (1,140,84). Sum of RGB (Red+Green+Blue) = 1+140+84=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #018C54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C54 is #FE73AB. Grayscale: #5C5C5C. Windows color (decimal): -16675756 or 5540865. OLE color: 5540865.
HSL color Cylindrical-coordinate representation of color #018C54: hue angle of 155.83º 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 #018C54 is Cyan = 0.99, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 84 | - |
| CMYK | 0.99 | 0 | 0.4 | 0.45 |
| HSL | 155.83º | 0.99% | 0.28% | - |
| HSV(B) | 155.83º | 0.99% | 0.55% | - |
| XYZ | 10.99 | 19.4 | 11.55 | - |
| YUV | 92.06 | 123.45 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 84 | 0.99 | 0 | 0.4 | 0.45 | 155.83 | 0.99 | 0.28 |
| Hex | 1 | 8C | 54 | 63 | 0 | 28 | 2D | 9C | 63 | 1C |
| Octal | 1 | 214 | 124 | 143 | 0 | 50 | 55 | 234 | 143 | 34 |
| Binary | 1 | 10001100 | 1010100 | 1100011 | 0 | 101000 | 101101 | 10011100 | 1100011 | 11100 |
Color Harmonies of #018C54
Complementary color
Monochromatic Colors of #018C54
Black with #018C54
Text Example
Text Example
White with #018C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C54; }
p { color: rgb(1,140,84); }
H1.HeaderClassName
{
color: #018C54;
}
.AnyTagClassName
{
color: #018C54;
}
</style>
background-color css
<style>
a { background-color: #018C54; }
a { background-color: rgb(1,140,84); }
div.DivClassName
{
background-color: #018C54;
}
.BgClassName
{
background-color: #018C54;
}
</style>
border-color css
<style>
span { border-color: #018C54; }
span { border-color: rgb(1,140,84); }
td.TdClassName
{
border-color: #018C54;
}
.TagClassName
{
border-color: #018C54;
}
</style>