Shades of Shamrock Green #109D66
Tints of Shamrock Green #109D66
RGB
CMYK
RGB Variations
Color information
#109D66 (or 0x109D66) is known color: Shamrock Green. HEX triplet: 10, 9D and 66. RGB value is (16,157,102). Sum of RGB (Red+Green+Blue) = 16+157+102=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #109D66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109D66 is #EF6299. Grayscale: #6C6C6C. Windows color (decimal): -15688346 or 6724880. OLE color: 6724880.
HSL color Cylindrical-coordinate representation of color #109D66: hue angle of 156.6º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109D66 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 157 | 102 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.38 |
| HSL | 156.6º | 0.82% | 0.34% | - |
| HSV(B) | 156.6º | 0.9% | 0.62% | - |
| XYZ | 14.67 | 25.18 | 16.66 | - |
| YUV | 108.57 | 124.29 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 102 | 0.90 | 0 | 0.35 | 0.38 | 156.6 | 0.82 | 0.34 |
| Hex | 10 | 9D | 66 | 5A | 0 | 23 | 26 | 9D | 52 | 22 |
| Octal | 20 | 235 | 146 | 132 | 0 | 43 | 46 | 235 | 122 | 42 |
| Binary | 10000 | 10011101 | 1100110 | 1011010 | 0 | 100011 | 100110 | 10011101 | 1010010 | 100010 |
Color Harmonies of #109D66
Complementary color
Monochromatic Colors of #109D66
Black with #109D66
Text Example
Text Example
White with #109D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109D66; }
p { color: rgb(16,157,102); }
H1.HeaderClassName
{
color: #109D66;
}
.AnyTagClassName
{
color: #109D66;
}
</style>
background-color css
<style>
a { background-color: #109D66; }
a { background-color: rgb(16,157,102); }
div.DivClassName
{
background-color: #109D66;
}
.BgClassName
{
background-color: #109D66;
}
</style>
border-color css
<style>
span { border-color: #109D66; }
span { border-color: rgb(16,157,102); }
td.TdClassName
{
border-color: #109D66;
}
.TagClassName
{
border-color: #109D66;
}
</style>