Shades of Shamrock Green #109B66
Tints of Shamrock Green #109B66
RGB
CMYK
RGB Variations
Color information
#109B66 (or 0x109B66) is known color: Shamrock Green. HEX triplet: 10, 9B and 66. RGB value is (16,155,102). Sum of RGB (Red+Green+Blue) = 16+155+102=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #109B66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109B66 is #EF6499. Grayscale: #6B6B6B. Windows color (decimal): -15688858 or 6724368. OLE color: 6724368.
HSL color Cylindrical-coordinate representation of color #109B66: hue angle of 157.12º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109B66 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 155 | 102 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.39 |
| HSL | 157.12º | 0.81% | 0.34% | - |
| HSV(B) | 157.12º | 0.9% | 0.61% | - |
| XYZ | 14.33 | 24.51 | 16.55 | - |
| YUV | 107.4 | 124.95 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 102 | 0.90 | 0 | 0.34 | 0.39 | 157.12 | 0.81 | 0.34 |
| Hex | 10 | 9B | 66 | 5A | 0 | 22 | 27 | 9D | 51 | 22 |
| Octal | 20 | 233 | 146 | 132 | 0 | 42 | 47 | 235 | 121 | 42 |
| Binary | 10000 | 10011011 | 1100110 | 1011010 | 0 | 100010 | 100111 | 10011101 | 1010001 | 100010 |
Color Harmonies of #109B66
Complementary color
Monochromatic Colors of #109B66
Black with #109B66
Text Example
Text Example
White with #109B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109B66; }
p { color: rgb(16,155,102); }
H1.HeaderClassName
{
color: #109B66;
}
.AnyTagClassName
{
color: #109B66;
}
</style>
background-color css
<style>
a { background-color: #109B66; }
a { background-color: rgb(16,155,102); }
div.DivClassName
{
background-color: #109B66;
}
.BgClassName
{
background-color: #109B66;
}
</style>
border-color css
<style>
span { border-color: #109B66; }
span { border-color: rgb(16,155,102); }
td.TdClassName
{
border-color: #109B66;
}
.TagClassName
{
border-color: #109B66;
}
</style>