Shades of Shamrock Green #16965B
Tints of Shamrock Green #16965B
RGB
CMYK
RGB Variations
Color information
#16965B (or 0x16965B) is known color: Shamrock Green. HEX triplet: 16, 96 and 5B. RGB value is (22,150,91). Sum of RGB (Red+Green+Blue) = 22+150+91=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #16965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16965B is #E969A4. Grayscale: #696969. Windows color (decimal): -15296933 or 6002198. OLE color: 6002198.
HSL color Cylindrical-coordinate representation of color #16965B: hue angle of 152.34º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16965B is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 91 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.41 |
| HSL | 152.34º | 0.74% | 0.34% | - |
| HSV(B) | 152.34º | 0.85% | 0.59% | - |
| XYZ | 13.13 | 22.74 | 13.59 | - |
| YUV | 105 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 91 | 0.85 | 0 | 0.39 | 0.41 | 152.34 | 0.74 | 0.34 |
| Hex | 16 | 96 | 5B | 55 | 0 | 27 | 29 | 98 | 4A | 22 |
| Octal | 26 | 226 | 133 | 125 | 0 | 47 | 51 | 230 | 112 | 42 |
| Binary | 10110 | 10010110 | 1011011 | 1010101 | 0 | 100111 | 101001 | 10011000 | 1001010 | 100010 |
Color Harmonies of #16965B
Complementary color
Monochromatic Colors of #16965B
Black with #16965B
Text Example
Text Example
White with #16965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16965B; }
p { color: rgb(22,150,91); }
H1.HeaderClassName
{
color: #16965B;
}
.AnyTagClassName
{
color: #16965B;
}
</style>
background-color css
<style>
a { background-color: #16965B; }
a { background-color: rgb(22,150,91); }
div.DivClassName
{
background-color: #16965B;
}
.BgClassName
{
background-color: #16965B;
}
</style>
border-color css
<style>
span { border-color: #16965B; }
span { border-color: rgb(22,150,91); }
td.TdClassName
{
border-color: #16965B;
}
.TagClassName
{
border-color: #16965B;
}
</style>