Shades of Shamrock Green #16A166
Tints of Shamrock Green #16A166
RGB
CMYK
RGB Variations
Color information
#16A166 (or 0x16A166) is known color: Shamrock Green. HEX triplet: 16, A1 and 66. RGB value is (22,161,102). Sum of RGB (Red+Green+Blue) = 22+161+102=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #16A166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A166 is #E95E99. Grayscale: #707070. Windows color (decimal): -15294106 or 6725910. OLE color: 6725910.
HSL color Cylindrical-coordinate representation of color #16A166: hue angle of 154.53º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A166 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 161 | 102 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.37 |
| HSL | 154.53º | 0.76% | 0.36% | - |
| HSV(B) | 154.53º | 0.86% | 0.63% | - |
| XYZ | 15.47 | 26.62 | 16.89 | - |
| YUV | 112.71 | 121.95 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 161 | 102 | 0.86 | 0 | 0.37 | 0.37 | 154.53 | 0.76 | 0.36 |
| Hex | 16 | A1 | 66 | 56 | 0 | 25 | 25 | 9B | 4C | 24 |
| Octal | 26 | 241 | 146 | 126 | 0 | 45 | 45 | 233 | 114 | 44 |
| Binary | 10110 | 10100001 | 1100110 | 1010110 | 0 | 100101 | 100101 | 10011011 | 1001100 | 100100 |
Color Harmonies of #16A166
Complementary color
Monochromatic Colors of #16A166
Black with #16A166
Text Example
Text Example
White with #16A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A166; }
p { color: rgb(22,161,102); }
H1.HeaderClassName
{
color: #16A166;
}
.AnyTagClassName
{
color: #16A166;
}
</style>
background-color css
<style>
a { background-color: #16A166; }
a { background-color: rgb(22,161,102); }
div.DivClassName
{
background-color: #16A166;
}
.BgClassName
{
background-color: #16A166;
}
</style>
border-color css
<style>
span { border-color: #16A166; }
span { border-color: rgb(22,161,102); }
td.TdClassName
{
border-color: #16A166;
}
.TagClassName
{
border-color: #16A166;
}
</style>