Shades of Shamrock Green #11A35F
Tints of Shamrock Green #11A35F
RGB
CMYK
RGB Variations
Color information
#11A35F (or 0x11A35F) is known color: Shamrock Green. HEX triplet: 11, A3 and 5F. RGB value is (17,163,95). Sum of RGB (Red+Green+Blue) = 17+163+95=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #11A35F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A35F is #EE5CA0. Grayscale: #6F6F6F. Windows color (decimal): -15621281 or 6267665. OLE color: 6267665.
HSL color Cylindrical-coordinate representation of color #11A35F: hue angle of 152.05º 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 #11A35F is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 163 | 95 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.36 |
| HSL | 152.05º | 0.81% | 0.35% | - |
| HSV(B) | 152.05º | 0.9% | 0.64% | - |
| XYZ | 15.39 | 27.14 | 15.25 | - |
| YUV | 111.59 | 118.63 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 163 | 95 | 0.90 | 0 | 0.42 | 0.36 | 152.05 | 0.81 | 0.35 |
| Hex | 11 | A3 | 5F | 5A | 0 | 2A | 24 | 98 | 51 | 23 |
| Octal | 21 | 243 | 137 | 132 | 0 | 52 | 44 | 230 | 121 | 43 |
| Binary | 10001 | 10100011 | 1011111 | 1011010 | 0 | 101010 | 100100 | 10011000 | 1010001 | 100011 |
Color Harmonies of #11A35F
Complementary color
Monochromatic Colors of #11A35F
Black with #11A35F
Text Example
Text Example
White with #11A35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A35F; }
p { color: rgb(17,163,95); }
H1.HeaderClassName
{
color: #11A35F;
}
.AnyTagClassName
{
color: #11A35F;
}
</style>
background-color css
<style>
a { background-color: #11A35F; }
a { background-color: rgb(17,163,95); }
div.DivClassName
{
background-color: #11A35F;
}
.BgClassName
{
background-color: #11A35F;
}
</style>
border-color css
<style>
span { border-color: #11A35F; }
span { border-color: rgb(17,163,95); }
td.TdClassName
{
border-color: #11A35F;
}
.TagClassName
{
border-color: #11A35F;
}
</style>