Shades of Shamrock Green #119A5A
Tints of Shamrock Green #119A5A
RGB
CMYK
RGB Variations
Color information
#119A5A (or 0x119A5A) is known color: Shamrock Green. HEX triplet: 11, 9A and 5A. RGB value is (17,154,90). Sum of RGB (Red+Green+Blue) = 17+154+90=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #119A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119A5A is #EE65A5. Grayscale: #696969. Windows color (decimal): -15623590 or 5937681. OLE color: 5937681.
HSL color Cylindrical-coordinate representation of color #119A5A: hue angle of 151.97º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119A5A is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 154 | 90 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.40 |
| HSL | 151.97º | 0.8% | 0.34% | - |
| HSV(B) | 151.97º | 0.89% | 0.6% | - |
| XYZ | 13.63 | 23.97 | 13.58 | - |
| YUV | 105.74 | 119.11 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 90 | 0.89 | 0 | 0.42 | 0.40 | 151.97 | 0.8 | 0.34 |
| Hex | 11 | 9A | 5A | 59 | 0 | 2A | 28 | 98 | 50 | 22 |
| Octal | 21 | 232 | 132 | 131 | 0 | 52 | 50 | 230 | 120 | 42 |
| Binary | 10001 | 10011010 | 1011010 | 1011001 | 0 | 101010 | 101000 | 10011000 | 1010000 | 100010 |
Color Harmonies of #119A5A
Complementary color
Monochromatic Colors of #119A5A
Black with #119A5A
Text Example
Text Example
White with #119A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119A5A; }
p { color: rgb(17,154,90); }
H1.HeaderClassName
{
color: #119A5A;
}
.AnyTagClassName
{
color: #119A5A;
}
</style>
background-color css
<style>
a { background-color: #119A5A; }
a { background-color: rgb(17,154,90); }
div.DivClassName
{
background-color: #119A5A;
}
.BgClassName
{
background-color: #119A5A;
}
</style>
border-color css
<style>
span { border-color: #119A5A; }
span { border-color: rgb(17,154,90); }
td.TdClassName
{
border-color: #119A5A;
}
.TagClassName
{
border-color: #119A5A;
}
</style>