Shades of Shamrock Green #16A55E
Tints of Shamrock Green #16A55E
RGB
CMYK
RGB Variations
Color information
#16A55E (or 0x16A55E) is known color: Shamrock Green. HEX triplet: 16, A5 and 5E. RGB value is (22,165,94). Sum of RGB (Red+Green+Blue) = 22+165+94=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #16A55E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A55E is #E95AA1. Grayscale: #727272. Windows color (decimal): -15293090 or 6202646. OLE color: 6202646.
HSL color Cylindrical-coordinate representation of color #16A55E: hue angle of 150.21º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A55E is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 165 | 94 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.35 |
| HSL | 150.21º | 0.76% | 0.37% | - |
| HSV(B) | 150.21º | 0.87% | 0.65% | - |
| XYZ | 15.81 | 27.89 | 15.14 | - |
| YUV | 114.15 | 116.62 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 165 | 94 | 0.87 | 0 | 0.43 | 0.35 | 150.21 | 0.76 | 0.37 |
| Hex | 16 | A5 | 5E | 57 | 0 | 2B | 23 | 96 | 4C | 25 |
| Octal | 26 | 245 | 136 | 127 | 0 | 53 | 43 | 226 | 114 | 45 |
| Binary | 10110 | 10100101 | 1011110 | 1010111 | 0 | 101011 | 100011 | 10010110 | 1001100 | 100101 |
Color Harmonies of #16A55E
Complementary color
Monochromatic Colors of #16A55E
Black with #16A55E
Text Example
Text Example
White with #16A55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A55E; }
p { color: rgb(22,165,94); }
H1.HeaderClassName
{
color: #16A55E;
}
.AnyTagClassName
{
color: #16A55E;
}
</style>
background-color css
<style>
a { background-color: #16A55E; }
a { background-color: rgb(22,165,94); }
div.DivClassName
{
background-color: #16A55E;
}
.BgClassName
{
background-color: #16A55E;
}
</style>
border-color css
<style>
span { border-color: #16A55E; }
span { border-color: rgb(22,165,94); }
td.TdClassName
{
border-color: #16A55E;
}
.TagClassName
{
border-color: #16A55E;
}
</style>