Shades of Shamrock Green #18A362
Tints of Shamrock Green #18A362
RGB
CMYK
RGB Variations
Color information
#18A362 (or 0x18A362) is known color: Shamrock Green. HEX triplet: 18, A3 and 62. RGB value is (24,163,98). Sum of RGB (Red+Green+Blue) = 24+163+98=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #18A362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A362 is #E75C9D. Grayscale: #727272. Windows color (decimal): -15162526 or 6464280. OLE color: 6464280.
HSL color Cylindrical-coordinate representation of color #18A362: hue angle of 151.94º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A362 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 98 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.36 |
| HSL | 151.94º | 0.74% | 0.37% | - |
| HSV(B) | 151.94º | 0.85% | 0.64% | - |
| XYZ | 15.68 | 27.27 | 15.99 | - |
| YUV | 114.03 | 118.95 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 98 | 0.85 | 0 | 0.40 | 0.36 | 151.94 | 0.74 | 0.37 |
| Hex | 18 | A3 | 62 | 55 | 0 | 28 | 24 | 98 | 4A | 25 |
| Octal | 30 | 243 | 142 | 125 | 0 | 50 | 44 | 230 | 112 | 45 |
| Binary | 11000 | 10100011 | 1100010 | 1010101 | 0 | 101000 | 100100 | 10011000 | 1001010 | 100101 |
Color Harmonies of #18A362
Complementary color
Monochromatic Colors of #18A362
Black with #18A362
Text Example
Text Example
White with #18A362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A362; }
p { color: rgb(24,163,98); }
H1.HeaderClassName
{
color: #18A362;
}
.AnyTagClassName
{
color: #18A362;
}
</style>
background-color css
<style>
a { background-color: #18A362; }
a { background-color: rgb(24,163,98); }
div.DivClassName
{
background-color: #18A362;
}
.BgClassName
{
background-color: #18A362;
}
</style>
border-color css
<style>
span { border-color: #18A362; }
span { border-color: rgb(24,163,98); }
td.TdClassName
{
border-color: #18A362;
}
.TagClassName
{
border-color: #18A362;
}
</style>