Shades of Shamrock Green #11945F
Tints of Shamrock Green #11945F
RGB
CMYK
RGB Variations
Color information
#11945F (or 0x11945F) is known color: Shamrock Green. HEX triplet: 11, 94 and 5F. RGB value is (17,148,95). Sum of RGB (Red+Green+Blue) = 17+148+95=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #11945F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11945F is #EE6BA0. Grayscale: #666666. Windows color (decimal): -15625121 or 6263825. OLE color: 6263825.
HSL color Cylindrical-coordinate representation of color #11945F: hue angle of 155.73º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11945F is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 95 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.42 |
| HSL | 155.73º | 0.79% | 0.32% | - |
| HSV(B) | 155.73º | 0.89% | 0.58% | - |
| XYZ | 12.89 | 22.13 | 14.42 | - |
| YUV | 102.79 | 123.6 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 95 | 0.89 | 0 | 0.36 | 0.42 | 155.73 | 0.79 | 0.32 |
| Hex | 11 | 94 | 5F | 59 | 0 | 24 | 2A | 9C | 4F | 20 |
| Octal | 21 | 224 | 137 | 131 | 0 | 44 | 52 | 234 | 117 | 40 |
| Binary | 10001 | 10010100 | 1011111 | 1011001 | 0 | 100100 | 101010 | 10011100 | 1001111 | 100000 |
Color Harmonies of #11945F
Complementary color
Monochromatic Colors of #11945F
Black with #11945F
Text Example
Text Example
White with #11945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11945F; }
p { color: rgb(17,148,95); }
H1.HeaderClassName
{
color: #11945F;
}
.AnyTagClassName
{
color: #11945F;
}
</style>
background-color css
<style>
a { background-color: #11945F; }
a { background-color: rgb(17,148,95); }
div.DivClassName
{
background-color: #11945F;
}
.BgClassName
{
background-color: #11945F;
}
</style>
border-color css
<style>
span { border-color: #11945F; }
span { border-color: rgb(17,148,95); }
td.TdClassName
{
border-color: #11945F;
}
.TagClassName
{
border-color: #11945F;
}
</style>