Shades of Shamrock Green #18A263
Tints of Shamrock Green #18A263
RGB
CMYK
RGB Variations
Color information
#18A263 (or 0x18A263) is known color: Shamrock Green. HEX triplet: 18, A2 and 63. RGB value is (24,162,99). Sum of RGB (Red+Green+Blue) = 24+162+99=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #18A263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A263 is #E75D9C. Grayscale: #717171. Windows color (decimal): -15162781 or 6529560. OLE color: 6529560.
HSL color Cylindrical-coordinate representation of color #18A263: hue angle of 152.61º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A263 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 99 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.36 |
| HSL | 152.61º | 0.74% | 0.36% | - |
| HSV(B) | 152.61º | 0.85% | 0.64% | - |
| XYZ | 15.55 | 26.94 | 16.18 | - |
| YUV | 113.56 | 119.78 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 99 | 0.85 | 0 | 0.39 | 0.36 | 152.61 | 0.74 | 0.36 |
| Hex | 18 | A2 | 63 | 55 | 0 | 27 | 24 | 99 | 4A | 24 |
| Octal | 30 | 242 | 143 | 125 | 0 | 47 | 44 | 231 | 112 | 44 |
| Binary | 11000 | 10100010 | 1100011 | 1010101 | 0 | 100111 | 100100 | 10011001 | 1001010 | 100100 |
Color Harmonies of #18A263
Complementary color
Monochromatic Colors of #18A263
Black with #18A263
Text Example
Text Example
White with #18A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A263; }
p { color: rgb(24,162,99); }
H1.HeaderClassName
{
color: #18A263;
}
.AnyTagClassName
{
color: #18A263;
}
</style>
background-color css
<style>
a { background-color: #18A263; }
a { background-color: rgb(24,162,99); }
div.DivClassName
{
background-color: #18A263;
}
.BgClassName
{
background-color: #18A263;
}
</style>
border-color css
<style>
span { border-color: #18A263; }
span { border-color: rgb(24,162,99); }
td.TdClassName
{
border-color: #18A263;
}
.TagClassName
{
border-color: #18A263;
}
</style>