Shades of Shamrock Green #16985D
Tints of Shamrock Green #16985D
RGB
CMYK
RGB Variations
Color information
#16985D (or 0x16985D) is known color: Shamrock Green. HEX triplet: 16, 98 and 5D. RGB value is (22,152,93). Sum of RGB (Red+Green+Blue) = 22+152+93=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #16985D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16985D is #E967A2. Grayscale: #6A6A6A. Windows color (decimal): -15296419 or 6133782. OLE color: 6133782.
HSL color Cylindrical-coordinate representation of color #16985D: hue angle of 152.77º 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 #16985D is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 152 | 93 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.40 |
| HSL | 152.77º | 0.75% | 0.34% | - |
| HSV(B) | 152.77º | 0.86% | 0.6% | - |
| XYZ | 13.53 | 23.42 | 14.16 | - |
| YUV | 106.4 | 120.43 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 152 | 93 | 0.86 | 0 | 0.39 | 0.40 | 152.77 | 0.75 | 0.34 |
| Hex | 16 | 98 | 5D | 56 | 0 | 27 | 28 | 99 | 4B | 22 |
| Octal | 26 | 230 | 135 | 126 | 0 | 47 | 50 | 231 | 113 | 42 |
| Binary | 10110 | 10011000 | 1011101 | 1010110 | 0 | 100111 | 101000 | 10011001 | 1001011 | 100010 |
Color Harmonies of #16985D
Complementary color
Monochromatic Colors of #16985D
Black with #16985D
Text Example
Text Example
White with #16985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16985D; }
p { color: rgb(22,152,93); }
H1.HeaderClassName
{
color: #16985D;
}
.AnyTagClassName
{
color: #16985D;
}
</style>
background-color css
<style>
a { background-color: #16985D; }
a { background-color: rgb(22,152,93); }
div.DivClassName
{
background-color: #16985D;
}
.BgClassName
{
background-color: #16985D;
}
</style>
border-color css
<style>
span { border-color: #16985D; }
span { border-color: rgb(22,152,93); }
td.TdClassName
{
border-color: #16985D;
}
.TagClassName
{
border-color: #16985D;
}
</style>