Shades of Shamrock Green #119B5A
Tints of Shamrock Green #119B5A
RGB
CMYK
RGB Variations
Color information
#119B5A (or 0x119B5A) is known color: Shamrock Green. HEX triplet: 11, 9B and 5A. RGB value is (17,155,90). Sum of RGB (Red+Green+Blue) = 17+155+90=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 155 (60.94% from 255 or 59.16% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 155 - color contains mainly: green. Hex color #119B5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119B5A is #EE64A5. Grayscale: #6A6A6A. Windows color (decimal): -15623334 or 5937937. OLE color: 5937937.
HSL color Cylindrical-coordinate representation of color #119B5A: hue angle of 151.74º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B5A is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 90 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.39 |
| HSL | 151.74º | 0.8% | 0.34% | - |
| HSV(B) | 151.74º | 0.89% | 0.61% | - |
| XYZ | 13.8 | 24.3 | 13.64 | - |
| YUV | 106.33 | 118.78 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 90 | 0.89 | 0 | 0.42 | 0.39 | 151.74 | 0.8 | 0.34 |
| Hex | 11 | 9B | 5A | 59 | 0 | 2A | 27 | 98 | 50 | 22 |
| Octal | 21 | 233 | 132 | 131 | 0 | 52 | 47 | 230 | 120 | 42 |
| Binary | 10001 | 10011011 | 1011010 | 1011001 | 0 | 101010 | 100111 | 10011000 | 1010000 | 100010 |
Color Harmonies of #119B5A
Complementary color
Monochromatic Colors of #119B5A
Black with #119B5A
Text Example
Text Example
White with #119B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B5A; }
p { color: rgb(17,155,90); }
H1.HeaderClassName
{
color: #119B5A;
}
.AnyTagClassName
{
color: #119B5A;
}
</style>
background-color css
<style>
a { background-color: #119B5A; }
a { background-color: rgb(17,155,90); }
div.DivClassName
{
background-color: #119B5A;
}
.BgClassName
{
background-color: #119B5A;
}
</style>
border-color css
<style>
span { border-color: #119B5A; }
span { border-color: rgb(17,155,90); }
td.TdClassName
{
border-color: #119B5A;
}
.TagClassName
{
border-color: #119B5A;
}
</style>