Shades of Shamrock Green #16A266
Tints of Shamrock Green #16A266
RGB
CMYK
RGB Variations
Color information
#16A266 (or 0x16A266) is known color: Shamrock Green. HEX triplet: 16, A2 and 66. RGB value is (22,162,102). Sum of RGB (Red+Green+Blue) = 22+162+102=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #16A266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A266 is #E95D99. Grayscale: #717171. Windows color (decimal): -15293850 or 6726166. OLE color: 6726166.
HSL color Cylindrical-coordinate representation of color #16A266: hue angle of 154.29º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A266 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 162 | 102 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.36 |
| HSL | 154.29º | 0.76% | 0.36% | - |
| HSV(B) | 154.29º | 0.86% | 0.64% | - |
| XYZ | 15.65 | 26.97 | 16.95 | - |
| YUV | 113.3 | 121.62 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 102 | 0.86 | 0 | 0.37 | 0.36 | 154.29 | 0.76 | 0.36 |
| Hex | 16 | A2 | 66 | 56 | 0 | 25 | 24 | 9A | 4C | 24 |
| Octal | 26 | 242 | 146 | 126 | 0 | 45 | 44 | 232 | 114 | 44 |
| Binary | 10110 | 10100010 | 1100110 | 1010110 | 0 | 100101 | 100100 | 10011010 | 1001100 | 100100 |
Color Harmonies of #16A266
Complementary color
Monochromatic Colors of #16A266
Black with #16A266
Text Example
Text Example
White with #16A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A266; }
p { color: rgb(22,162,102); }
H1.HeaderClassName
{
color: #16A266;
}
.AnyTagClassName
{
color: #16A266;
}
</style>
background-color css
<style>
a { background-color: #16A266; }
a { background-color: rgb(22,162,102); }
div.DivClassName
{
background-color: #16A266;
}
.BgClassName
{
background-color: #16A266;
}
</style>
border-color css
<style>
span { border-color: #16A266; }
span { border-color: rgb(22,162,102); }
td.TdClassName
{
border-color: #16A266;
}
.TagClassName
{
border-color: #16A266;
}
</style>