Shades of Shamrock Green #129560
Tints of Shamrock Green #129560
RGB
CMYK
RGB Variations
Color information
#129560 (or 0x129560) is known color: Shamrock Green. HEX triplet: 12, 95 and 60. RGB value is (18,149,96). Sum of RGB (Red+Green+Blue) = 18+149+96=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #129560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129560 is #ED6A9F. Grayscale: #676767. Windows color (decimal): -15559328 or 6329618. OLE color: 6329618.
HSL color Cylindrical-coordinate representation of color #129560: hue angle of 155.73º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129560 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 96 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.42 |
| HSL | 155.73º | 0.78% | 0.33% | - |
| HSV(B) | 155.73º | 0.88% | 0.58% | - |
| XYZ | 13.11 | 22.47 | 14.71 | - |
| YUV | 103.79 | 123.6 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 96 | 0.88 | 0 | 0.36 | 0.42 | 155.73 | 0.78 | 0.33 |
| Hex | 12 | 95 | 60 | 58 | 0 | 24 | 2A | 9C | 4E | 21 |
| Octal | 22 | 225 | 140 | 130 | 0 | 44 | 52 | 234 | 116 | 41 |
| Binary | 10010 | 10010101 | 1100000 | 1011000 | 0 | 100100 | 101010 | 10011100 | 1001110 | 100001 |
Color Harmonies of #129560
Complementary color
Monochromatic Colors of #129560
Black with #129560
Text Example
Text Example
White with #129560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129560; }
p { color: rgb(18,149,96); }
H1.HeaderClassName
{
color: #129560;
}
.AnyTagClassName
{
color: #129560;
}
</style>
background-color css
<style>
a { background-color: #129560; }
a { background-color: rgb(18,149,96); }
div.DivClassName
{
background-color: #129560;
}
.BgClassName
{
background-color: #129560;
}
</style>
border-color css
<style>
span { border-color: #129560; }
span { border-color: rgb(18,149,96); }
td.TdClassName
{
border-color: #129560;
}
.TagClassName
{
border-color: #129560;
}
</style>