Shades of Shamrock Green #18A860
Tints of Shamrock Green #18A860
RGB
CMYK
RGB Variations
Color information
#18A860 (or 0x18A860) is known color: Shamrock Green. HEX triplet: 18, A8 and 60. RGB value is (24,168,96). Sum of RGB (Red+Green+Blue) = 24+168+96=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 168 (66.02% from 255 or 58.33% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 168 - color contains mainly: green. Hex color #18A860 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A860 is #E7579F. Grayscale: #747474. Windows color (decimal): -15161248 or 6334488. OLE color: 6334488.
HSL color Cylindrical-coordinate representation of color #18A860: hue angle of 150º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A860 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 168 | 96 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.34 |
| HSL | 150º | 0.75% | 0.38% | - |
| HSV(B) | 150º | 0.86% | 0.66% | - |
| XYZ | 16.49 | 29.04 | 15.8 | - |
| YUV | 116.74 | 116.29 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 96 | 0.86 | 0 | 0.43 | 0.34 | 150 | 0.75 | 0.38 |
| Hex | 18 | A8 | 60 | 56 | 0 | 2B | 22 | 96 | 4B | 26 |
| Octal | 30 | 250 | 140 | 126 | 0 | 53 | 42 | 226 | 113 | 46 |
| Binary | 11000 | 10101000 | 1100000 | 1010110 | 0 | 101011 | 100010 | 10010110 | 1001011 | 100110 |
Color Harmonies of #18A860
Complementary color
Monochromatic Colors of #18A860
Black with #18A860
Text Example
Text Example
White with #18A860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A860; }
p { color: rgb(24,168,96); }
H1.HeaderClassName
{
color: #18A860;
}
.AnyTagClassName
{
color: #18A860;
}
</style>
background-color css
<style>
a { background-color: #18A860; }
a { background-color: rgb(24,168,96); }
div.DivClassName
{
background-color: #18A860;
}
.BgClassName
{
background-color: #18A860;
}
</style>
border-color css
<style>
span { border-color: #18A860; }
span { border-color: rgb(24,168,96); }
td.TdClassName
{
border-color: #18A860;
}
.TagClassName
{
border-color: #18A860;
}
</style>