Shades of Shamrock Green #16965C
Tints of Shamrock Green #16965C
RGB
CMYK
RGB Variations
Color information
#16965C (or 0x16965C) is known color: Shamrock Green. HEX triplet: 16, 96 and 5C. RGB value is (22,150,92). Sum of RGB (Red+Green+Blue) = 22+150+92=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #16965C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16965C is #E969A3. Grayscale: #696969. Windows color (decimal): -15296932 or 6067734. OLE color: 6067734.
HSL color Cylindrical-coordinate representation of color #16965C: hue angle of 152.81º 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 #16965C is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 92 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.41 |
| HSL | 152.81º | 0.74% | 0.34% | - |
| HSV(B) | 152.81º | 0.85% | 0.59% | - |
| XYZ | 13.17 | 22.76 | 13.82 | - |
| YUV | 105.12 | 120.59 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 92 | 0.85 | 0 | 0.39 | 0.41 | 152.81 | 0.74 | 0.34 |
| Hex | 16 | 96 | 5C | 55 | 0 | 27 | 29 | 99 | 4A | 22 |
| Octal | 26 | 226 | 134 | 125 | 0 | 47 | 51 | 231 | 112 | 42 |
| Binary | 10110 | 10010110 | 1011100 | 1010101 | 0 | 100111 | 101001 | 10011001 | 1001010 | 100010 |
Color Harmonies of #16965C
Complementary color
Monochromatic Colors of #16965C
Black with #16965C
Text Example
Text Example
White with #16965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16965C; }
p { color: rgb(22,150,92); }
H1.HeaderClassName
{
color: #16965C;
}
.AnyTagClassName
{
color: #16965C;
}
</style>
background-color css
<style>
a { background-color: #16965C; }
a { background-color: rgb(22,150,92); }
div.DivClassName
{
background-color: #16965C;
}
.BgClassName
{
background-color: #16965C;
}
</style>
border-color css
<style>
span { border-color: #16965C; }
span { border-color: rgb(22,150,92); }
td.TdClassName
{
border-color: #16965C;
}
.TagClassName
{
border-color: #16965C;
}
</style>