Shades of Shamrock Green #18A660
Tints of Shamrock Green #18A660
RGB
CMYK
RGB Variations
Color information
#18A660 (or 0x18A660) is known color: Shamrock Green. HEX triplet: 18, A6 and 60. RGB value is (24,166,96). Sum of RGB (Red+Green+Blue) = 24+166+96=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #18A660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A660 is #E7599F. Grayscale: #737373. Windows color (decimal): -15161760 or 6333976. OLE color: 6333976.
HSL color Cylindrical-coordinate representation of color #18A660: hue angle of 150.42º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A660 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 166 | 96 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.35 |
| HSL | 150.42º | 0.75% | 0.37% | - |
| HSV(B) | 150.42º | 0.86% | 0.65% | - |
| XYZ | 16.12 | 28.31 | 15.68 | - |
| YUV | 115.56 | 116.96 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 96 | 0.86 | 0 | 0.42 | 0.35 | 150.42 | 0.75 | 0.37 |
| Hex | 18 | A6 | 60 | 56 | 0 | 2A | 23 | 96 | 4B | 25 |
| Octal | 30 | 246 | 140 | 126 | 0 | 52 | 43 | 226 | 113 | 45 |
| Binary | 11000 | 10100110 | 1100000 | 1010110 | 0 | 101010 | 100011 | 10010110 | 1001011 | 100101 |
Color Harmonies of #18A660
Complementary color
Monochromatic Colors of #18A660
Black with #18A660
Text Example
Text Example
White with #18A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A660; }
p { color: rgb(24,166,96); }
H1.HeaderClassName
{
color: #18A660;
}
.AnyTagClassName
{
color: #18A660;
}
</style>
background-color css
<style>
a { background-color: #18A660; }
a { background-color: rgb(24,166,96); }
div.DivClassName
{
background-color: #18A660;
}
.BgClassName
{
background-color: #18A660;
}
</style>
border-color css
<style>
span { border-color: #18A660; }
span { border-color: rgb(24,166,96); }
td.TdClassName
{
border-color: #18A660;
}
.TagClassName
{
border-color: #18A660;
}
</style>