Shades of Shamrock Green #11A75D
Tints of Shamrock Green #11A75D
RGB
CMYK
RGB Variations
Color information
#11A75D (or 0x11A75D) is known color: Shamrock Green. HEX triplet: 11, A7 and 5D. RGB value is (17,167,93). Sum of RGB (Red+Green+Blue) = 17+167+93=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 167 (65.62% from 255 or 60.29% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 167 - color contains mainly: green. Hex color #11A75D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A75D is #EE58A2. Grayscale: #717171. Windows color (decimal): -15620259 or 6137617. OLE color: 6137617.
HSL color Cylindrical-coordinate representation of color #11A75D: hue angle of 150.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A75D is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 167 | 93 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.35 |
| HSL | 150.4º | 0.82% | 0.36% | - |
| HSV(B) | 150.4º | 0.9% | 0.65% | - |
| XYZ | 16.03 | 28.55 | 15.02 | - |
| YUV | 113.71 | 116.31 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 167 | 93 | 0.90 | 0 | 0.44 | 0.35 | 150.4 | 0.82 | 0.36 |
| Hex | 11 | A7 | 5D | 5A | 0 | 2C | 23 | 96 | 52 | 24 |
| Octal | 21 | 247 | 135 | 132 | 0 | 54 | 43 | 226 | 122 | 44 |
| Binary | 10001 | 10100111 | 1011101 | 1011010 | 0 | 101100 | 100011 | 10010110 | 1010010 | 100100 |
Color Harmonies of #11A75D
Complementary color
Monochromatic Colors of #11A75D
Black with #11A75D
Text Example
Text Example
White with #11A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A75D; }
p { color: rgb(17,167,93); }
H1.HeaderClassName
{
color: #11A75D;
}
.AnyTagClassName
{
color: #11A75D;
}
</style>
background-color css
<style>
a { background-color: #11A75D; }
a { background-color: rgb(17,167,93); }
div.DivClassName
{
background-color: #11A75D;
}
.BgClassName
{
background-color: #11A75D;
}
</style>
border-color css
<style>
span { border-color: #11A75D; }
span { border-color: rgb(17,167,93); }
td.TdClassName
{
border-color: #11A75D;
}
.TagClassName
{
border-color: #11A75D;
}
</style>