Shades of Shamrock Green #16975B
Tints of Shamrock Green #16975B
RGB
CMYK
RGB Variations
Color information
#16975B (or 0x16975B) is known color: Shamrock Green. HEX triplet: 16, 97 and 5B. RGB value is (22,151,91). Sum of RGB (Red+Green+Blue) = 22+151+91=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 151 (59.38% from 255 or 57.20% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 151 - color contains mainly: green. Hex color #16975B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16975B is #E968A4. Grayscale: #696969. Windows color (decimal): -15296677 or 6002454. OLE color: 6002454.
HSL color Cylindrical-coordinate representation of color #16975B: hue angle of 152.09º degrees, saturation: 0.75, 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 #16975B is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 151 | 91 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.41 |
| HSL | 152.09º | 0.75% | 0.34% | - |
| HSV(B) | 152.09º | 0.85% | 0.59% | - |
| XYZ | 13.29 | 23.06 | 13.65 | - |
| YUV | 105.59 | 119.76 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 91 | 0.85 | 0 | 0.40 | 0.41 | 152.09 | 0.75 | 0.34 |
| Hex | 16 | 97 | 5B | 55 | 0 | 28 | 29 | 98 | 4B | 22 |
| Octal | 26 | 227 | 133 | 125 | 0 | 50 | 51 | 230 | 113 | 42 |
| Binary | 10110 | 10010111 | 1011011 | 1010101 | 0 | 101000 | 101001 | 10011000 | 1001011 | 100010 |
Color Harmonies of #16975B
Complementary color
Monochromatic Colors of #16975B
Black with #16975B
Text Example
Text Example
White with #16975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16975B; }
p { color: rgb(22,151,91); }
H1.HeaderClassName
{
color: #16975B;
}
.AnyTagClassName
{
color: #16975B;
}
</style>
background-color css
<style>
a { background-color: #16975B; }
a { background-color: rgb(22,151,91); }
div.DivClassName
{
background-color: #16975B;
}
.BgClassName
{
background-color: #16975B;
}
</style>
border-color css
<style>
span { border-color: #16975B; }
span { border-color: rgb(22,151,91); }
td.TdClassName
{
border-color: #16975B;
}
.TagClassName
{
border-color: #16975B;
}
</style>