Shades of Shamrock Green #16A460
Tints of Shamrock Green #16A460
RGB
CMYK
RGB Variations
Color information
#16A460 (or 0x16A460) is known color: Shamrock Green. HEX triplet: 16, A4 and 60. RGB value is (22,164,96). Sum of RGB (Red+Green+Blue) = 22+164+96=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #16A460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A460 is #E95B9F. Grayscale: #717171. Windows color (decimal): -15293344 or 6333462. OLE color: 6333462.
HSL color Cylindrical-coordinate representation of color #16A460: hue angle of 151.27º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A460 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 164 | 96 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.36 |
| HSL | 151.27º | 0.76% | 0.36% | - |
| HSV(B) | 151.27º | 0.87% | 0.64% | - |
| XYZ | 15.72 | 27.57 | 15.56 | - |
| YUV | 113.79 | 117.96 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 164 | 96 | 0.87 | 0 | 0.41 | 0.36 | 151.27 | 0.76 | 0.36 |
| Hex | 16 | A4 | 60 | 57 | 0 | 29 | 24 | 97 | 4C | 24 |
| Octal | 26 | 244 | 140 | 127 | 0 | 51 | 44 | 227 | 114 | 44 |
| Binary | 10110 | 10100100 | 1100000 | 1010111 | 0 | 101001 | 100100 | 10010111 | 1001100 | 100100 |
Color Harmonies of #16A460
Complementary color
Monochromatic Colors of #16A460
Black with #16A460
Text Example
Text Example
White with #16A460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A460; }
p { color: rgb(22,164,96); }
H1.HeaderClassName
{
color: #16A460;
}
.AnyTagClassName
{
color: #16A460;
}
</style>
background-color css
<style>
a { background-color: #16A460; }
a { background-color: rgb(22,164,96); }
div.DivClassName
{
background-color: #16A460;
}
.BgClassName
{
background-color: #16A460;
}
</style>
border-color css
<style>
span { border-color: #16A460; }
span { border-color: rgb(22,164,96); }
td.TdClassName
{
border-color: #16A460;
}
.TagClassName
{
border-color: #16A460;
}
</style>