Shades of Shamrock Green #11A25D
Tints of Shamrock Green #11A25D
RGB
CMYK
RGB Variations
Color information
#11A25D (or 0x11A25D) is known color: Shamrock Green. HEX triplet: 11, A2 and 5D. RGB value is (17,162,93). Sum of RGB (Red+Green+Blue) = 17+162+93=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #11A25D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A25D is #EE5DA2. Grayscale: #6E6E6E. Windows color (decimal): -15621539 or 6136337. OLE color: 6136337.
HSL color Cylindrical-coordinate representation of color #11A25D: hue angle of 151.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A25D is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 162 | 93 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.36 |
| HSL | 151.45º | 0.81% | 0.35% | - |
| HSV(B) | 151.45º | 0.9% | 0.64% | - |
| XYZ | 15.13 | 26.75 | 14.72 | - |
| YUV | 110.78 | 117.96 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 93 | 0.90 | 0 | 0.43 | 0.36 | 151.45 | 0.81 | 0.35 |
| Hex | 11 | A2 | 5D | 5A | 0 | 2B | 24 | 97 | 51 | 23 |
| Octal | 21 | 242 | 135 | 132 | 0 | 53 | 44 | 227 | 121 | 43 |
| Binary | 10001 | 10100010 | 1011101 | 1011010 | 0 | 101011 | 100100 | 10010111 | 1010001 | 100011 |
Color Harmonies of #11A25D
Complementary color
Monochromatic Colors of #11A25D
Black with #11A25D
Text Example
Text Example
White with #11A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A25D; }
p { color: rgb(17,162,93); }
H1.HeaderClassName
{
color: #11A25D;
}
.AnyTagClassName
{
color: #11A25D;
}
</style>
background-color css
<style>
a { background-color: #11A25D; }
a { background-color: rgb(17,162,93); }
div.DivClassName
{
background-color: #11A25D;
}
.BgClassName
{
background-color: #11A25D;
}
</style>
border-color css
<style>
span { border-color: #11A25D; }
span { border-color: rgb(17,162,93); }
td.TdClassName
{
border-color: #11A25D;
}
.TagClassName
{
border-color: #11A25D;
}
</style>