Shades of Shamrock Green #129555
Tints of Shamrock Green #129555
RGB
CMYK
RGB Variations
Color information
#129555 (or 0x129555) is known color: Shamrock Green. HEX triplet: 12, 95 and 55. RGB value is (18,149,85). Sum of RGB (Red+Green+Blue) = 18+149+85=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #129555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129555 is #ED6AAA. Grayscale: #666666. Windows color (decimal): -15559339 or 5608722. OLE color: 5608722.
HSL color Cylindrical-coordinate representation of color #129555: hue angle of 150.69º 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 #129555 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 85 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.42 |
| HSL | 150.69º | 0.78% | 0.33% | - |
| HSV(B) | 150.69º | 0.88% | 0.58% | - |
| XYZ | 12.64 | 22.28 | 12.23 | - |
| YUV | 102.54 | 118.1 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 85 | 0.88 | 0 | 0.43 | 0.42 | 150.69 | 0.78 | 0.33 |
| Hex | 12 | 95 | 55 | 58 | 0 | 2B | 2A | 97 | 4E | 21 |
| Octal | 22 | 225 | 125 | 130 | 0 | 53 | 52 | 227 | 116 | 41 |
| Binary | 10010 | 10010101 | 1010101 | 1011000 | 0 | 101011 | 101010 | 10010111 | 1001110 | 100001 |
Color Harmonies of #129555
Complementary color
Monochromatic Colors of #129555
Black with #129555
Text Example
Text Example
White with #129555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129555; }
p { color: rgb(18,149,85); }
H1.HeaderClassName
{
color: #129555;
}
.AnyTagClassName
{
color: #129555;
}
</style>
background-color css
<style>
a { background-color: #129555; }
a { background-color: rgb(18,149,85); }
div.DivClassName
{
background-color: #129555;
}
.BgClassName
{
background-color: #129555;
}
</style>
border-color css
<style>
span { border-color: #129555; }
span { border-color: rgb(18,149,85); }
td.TdClassName
{
border-color: #129555;
}
.TagClassName
{
border-color: #129555;
}
</style>