Shades of Shamrock Green #018C50
Tints of Shamrock Green #018C50
RGB
CMYK
RGB Variations
Color information
#018C50 (or 0x018C50) is known color: Shamrock Green. HEX triplet: 01, 8C and 50. RGB value is (1,140,80). Sum of RGB (Red+Green+Blue) = 1+140+80=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 140 (55.08% from 255 or 63.35% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 140 - color contains mainly: green. Hex color #018C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C50 is #FE73AF. Grayscale: #5B5B5B. Windows color (decimal): -16675760 or 5278721. OLE color: 5278721.
HSL color Cylindrical-coordinate representation of color #018C50: hue angle of 154.1º 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 #018C50 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 80 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.45 |
| HSL | 154.1º | 0.99% | 0.28% | - |
| HSV(B) | 154.1º | 0.99% | 0.55% | - |
| XYZ | 10.84 | 19.34 | 10.75 | - |
| YUV | 91.6 | 121.45 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 80 | 0.99 | 0 | 0.43 | 0.45 | 154.1 | 0.99 | 0.28 |
| Hex | 1 | 8C | 50 | 63 | 0 | 2B | 2D | 9A | 63 | 1C |
| Octal | 1 | 214 | 120 | 143 | 0 | 53 | 55 | 232 | 143 | 34 |
| Binary | 1 | 10001100 | 1010000 | 1100011 | 0 | 101011 | 101101 | 10011010 | 1100011 | 11100 |
Color Harmonies of #018C50
Complementary color
Monochromatic Colors of #018C50
Black with #018C50
Text Example
Text Example
White with #018C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C50; }
p { color: rgb(1,140,80); }
H1.HeaderClassName
{
color: #018C50;
}
.AnyTagClassName
{
color: #018C50;
}
</style>
background-color css
<style>
a { background-color: #018C50; }
a { background-color: rgb(1,140,80); }
div.DivClassName
{
background-color: #018C50;
}
.BgClassName
{
background-color: #018C50;
}
</style>
border-color css
<style>
span { border-color: #018C50; }
span { border-color: rgb(1,140,80); }
td.TdClassName
{
border-color: #018C50;
}
.TagClassName
{
border-color: #018C50;
}
</style>