Shades of Shamrock Green #18A565
Tints of Shamrock Green #18A565
RGB
CMYK
RGB Variations
Color information
#18A565 (or 0x18A565) is known color: Shamrock Green. HEX triplet: 18, A5 and 65. RGB value is (24,165,101). Sum of RGB (Red+Green+Blue) = 24+165+101=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #18A565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A565 is #E75A9A. Grayscale: #737373. Windows color (decimal): -15162011 or 6661400. OLE color: 6661400.
HSL color Cylindrical-coordinate representation of color #18A565: hue angle of 152.77º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A565 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 165 | 101 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.35 |
| HSL | 152.77º | 0.75% | 0.37% | - |
| HSV(B) | 152.77º | 0.85% | 0.65% | - |
| XYZ | 16.18 | 28.04 | 16.87 | - |
| YUV | 115.55 | 119.79 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 165 | 101 | 0.85 | 0 | 0.39 | 0.35 | 152.77 | 0.75 | 0.37 |
| Hex | 18 | A5 | 65 | 55 | 0 | 27 | 23 | 99 | 4B | 25 |
| Octal | 30 | 245 | 145 | 125 | 0 | 47 | 43 | 231 | 113 | 45 |
| Binary | 11000 | 10100101 | 1100101 | 1010101 | 0 | 100111 | 100011 | 10011001 | 1001011 | 100101 |
Color Harmonies of #18A565
Complementary color
Monochromatic Colors of #18A565
Black with #18A565
Text Example
Text Example
White with #18A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A565; }
p { color: rgb(24,165,101); }
H1.HeaderClassName
{
color: #18A565;
}
.AnyTagClassName
{
color: #18A565;
}
</style>
background-color css
<style>
a { background-color: #18A565; }
a { background-color: rgb(24,165,101); }
div.DivClassName
{
background-color: #18A565;
}
.BgClassName
{
background-color: #18A565;
}
</style>
border-color css
<style>
span { border-color: #18A565; }
span { border-color: rgb(24,165,101); }
td.TdClassName
{
border-color: #18A565;
}
.TagClassName
{
border-color: #18A565;
}
</style>