Shades of Shamrock Green #18A161
Tints of Shamrock Green #18A161
RGB
CMYK
RGB Variations
Color information
#18A161 (or 0x18A161) is known color: Shamrock Green. HEX triplet: 18, A1 and 61. RGB value is (24,161,97). Sum of RGB (Red+Green+Blue) = 24+161+97=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #18A161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A161 is #E75E9E. Grayscale: #707070. Windows color (decimal): -15163039 or 6398232. OLE color: 6398232.
HSL color Cylindrical-coordinate representation of color #18A161: hue angle of 151.97º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A161 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 97 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.37 |
| HSL | 151.97º | 0.74% | 0.36% | - |
| HSV(B) | 151.97º | 0.85% | 0.63% | - |
| XYZ | 15.28 | 26.55 | 15.63 | - |
| YUV | 112.74 | 119.11 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 97 | 0.85 | 0 | 0.40 | 0.37 | 151.97 | 0.74 | 0.36 |
| Hex | 18 | A1 | 61 | 55 | 0 | 28 | 25 | 98 | 4A | 24 |
| Octal | 30 | 241 | 141 | 125 | 0 | 50 | 45 | 230 | 112 | 44 |
| Binary | 11000 | 10100001 | 1100001 | 1010101 | 0 | 101000 | 100101 | 10011000 | 1001010 | 100100 |
Color Harmonies of #18A161
Complementary color
Monochromatic Colors of #18A161
Black with #18A161
Text Example
Text Example
White with #18A161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A161; }
p { color: rgb(24,161,97); }
H1.HeaderClassName
{
color: #18A161;
}
.AnyTagClassName
{
color: #18A161;
}
</style>
background-color css
<style>
a { background-color: #18A161; }
a { background-color: rgb(24,161,97); }
div.DivClassName
{
background-color: #18A161;
}
.BgClassName
{
background-color: #18A161;
}
</style>
border-color css
<style>
span { border-color: #18A161; }
span { border-color: rgb(24,161,97); }
td.TdClassName
{
border-color: #18A161;
}
.TagClassName
{
border-color: #18A161;
}
</style>