Shades of Shamrock Green #16A561
Tints of Shamrock Green #16A561
RGB
CMYK
RGB Variations
Color information
#16A561 (or 0x16A561) is known color: Shamrock Green. HEX triplet: 16, A5 and 61. RGB value is (22,165,97). Sum of RGB (Red+Green+Blue) = 22+165+97=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #16A561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A561 is #E95A9E. Grayscale: #727272. Windows color (decimal): -15293087 or 6399254. OLE color: 6399254.
HSL color Cylindrical-coordinate representation of color #16A561: hue angle of 151.47º 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 #16A561 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 165 | 97 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.35 |
| HSL | 151.47º | 0.76% | 0.37% | - |
| HSV(B) | 151.47º | 0.87% | 0.65% | - |
| XYZ | 15.94 | 27.94 | 15.86 | - |
| YUV | 114.49 | 118.12 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 165 | 97 | 0.87 | 0 | 0.41 | 0.35 | 151.47 | 0.76 | 0.37 |
| Hex | 16 | A5 | 61 | 57 | 0 | 29 | 23 | 97 | 4C | 25 |
| Octal | 26 | 245 | 141 | 127 | 0 | 51 | 43 | 227 | 114 | 45 |
| Binary | 10110 | 10100101 | 1100001 | 1010111 | 0 | 101001 | 100011 | 10010111 | 1001100 | 100101 |
Color Harmonies of #16A561
Complementary color
Monochromatic Colors of #16A561
Black with #16A561
Text Example
Text Example
White with #16A561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A561; }
p { color: rgb(22,165,97); }
H1.HeaderClassName
{
color: #16A561;
}
.AnyTagClassName
{
color: #16A561;
}
</style>
background-color css
<style>
a { background-color: #16A561; }
a { background-color: rgb(22,165,97); }
div.DivClassName
{
background-color: #16A561;
}
.BgClassName
{
background-color: #16A561;
}
</style>
border-color css
<style>
span { border-color: #16A561; }
span { border-color: rgb(22,165,97); }
td.TdClassName
{
border-color: #16A561;
}
.TagClassName
{
border-color: #16A561;
}
</style>