Shades of Shamrock Green #16985E
Tints of Shamrock Green #16985E
RGB
CMYK
RGB Variations
Color information
#16985E (or 0x16985E) is known color: Shamrock Green. HEX triplet: 16, 98 and 5E. RGB value is (22,152,94). Sum of RGB (Red+Green+Blue) = 22+152+94=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 152 (59.77% from 255 or 56.72% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 152 - color contains mainly: green. Hex color #16985E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16985E is #E967A1. Grayscale: #6A6A6A. Windows color (decimal): -15296418 or 6199318. OLE color: 6199318.
HSL color Cylindrical-coordinate representation of color #16985E: hue angle of 153.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16985E is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 94 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.40 |
| HSL | 153.23º | 0.75% | 0.34% | - |
| HSV(B) | 153.23º | 0.86% | 0.6% | - |
| XYZ | 13.58 | 23.44 | 14.4 | - |
| YUV | 106.52 | 120.93 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 94 | 0.86 | 0 | 0.38 | 0.40 | 153.23 | 0.75 | 0.34 |
| Hex | 16 | 98 | 5E | 56 | 0 | 26 | 28 | 99 | 4B | 22 |
| Octal | 26 | 230 | 136 | 126 | 0 | 46 | 50 | 231 | 113 | 42 |
| Binary | 10110 | 10011000 | 1011110 | 1010110 | 0 | 100110 | 101000 | 10011001 | 1001011 | 100010 |
Color Harmonies of #16985E
Complementary color
Monochromatic Colors of #16985E
Black with #16985E
Text Example
Text Example
White with #16985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16985E; }
p { color: rgb(22,152,94); }
H1.HeaderClassName
{
color: #16985E;
}
.AnyTagClassName
{
color: #16985E;
}
</style>
background-color css
<style>
a { background-color: #16985E; }
a { background-color: rgb(22,152,94); }
div.DivClassName
{
background-color: #16985E;
}
.BgClassName
{
background-color: #16985E;
}
</style>
border-color css
<style>
span { border-color: #16985E; }
span { border-color: rgb(22,152,94); }
td.TdClassName
{
border-color: #16985E;
}
.TagClassName
{
border-color: #16985E;
}
</style>