Shades of Shamrock Green #129D60
Tints of Shamrock Green #129D60
RGB
CMYK
RGB Variations
Color information
#129D60 (or 0x129D60) is known color: Shamrock Green. HEX triplet: 12, 9D and 60. RGB value is (18,157,96). Sum of RGB (Red+Green+Blue) = 18+157+96=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 157 (61.72% from 255 or 57.93% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 157 - color contains mainly: green. Hex color #129D60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129D60 is #ED629F. Grayscale: #6C6C6C. Windows color (decimal): -15557280 or 6331666. OLE color: 6331666.
HSL color Cylindrical-coordinate representation of color #129D60: hue angle of 153.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129D60 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 96 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.38 |
| HSL | 153.67º | 0.79% | 0.34% | - |
| HSV(B) | 153.67º | 0.89% | 0.62% | - |
| XYZ | 14.42 | 25.09 | 15.15 | - |
| YUV | 108.49 | 120.95 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 96 | 0.89 | 0 | 0.39 | 0.38 | 153.67 | 0.79 | 0.34 |
| Hex | 12 | 9D | 60 | 59 | 0 | 27 | 26 | 9A | 4F | 22 |
| Octal | 22 | 235 | 140 | 131 | 0 | 47 | 46 | 232 | 117 | 42 |
| Binary | 10010 | 10011101 | 1100000 | 1011001 | 0 | 100111 | 100110 | 10011010 | 1001111 | 100010 |
Color Harmonies of #129D60
Complementary color
Monochromatic Colors of #129D60
Black with #129D60
Text Example
Text Example
White with #129D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D60; }
p { color: rgb(18,157,96); }
H1.HeaderClassName
{
color: #129D60;
}
.AnyTagClassName
{
color: #129D60;
}
</style>
background-color css
<style>
a { background-color: #129D60; }
a { background-color: rgb(18,157,96); }
div.DivClassName
{
background-color: #129D60;
}
.BgClassName
{
background-color: #129D60;
}
</style>
border-color css
<style>
span { border-color: #129D60; }
span { border-color: rgb(18,157,96); }
td.TdClassName
{
border-color: #129D60;
}
.TagClassName
{
border-color: #129D60;
}
</style>