Shades of Shamrock Green #129D5D
Tints of Shamrock Green #129D5D
RGB
CMYK
RGB Variations
Color information
#129D5D (or 0x129D5D) is known color: Shamrock Green. HEX triplet: 12, 9D and 5D. RGB value is (18,157,93). Sum of RGB (Red+Green+Blue) = 18+157+93=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #129D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129D5D is #ED62A2. Grayscale: #6C6C6C. Windows color (decimal): -15557283 or 6135058. OLE color: 6135058.
HSL color Cylindrical-coordinate representation of color #129D5D: hue angle of 152.37º 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 #129D5D is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 93 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.38 |
| HSL | 152.37º | 0.79% | 0.34% | - |
| HSV(B) | 152.37º | 0.89% | 0.62% | - |
| XYZ | 14.28 | 25.03 | 14.44 | - |
| YUV | 108.14 | 119.45 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 93 | 0.89 | 0 | 0.41 | 0.38 | 152.37 | 0.79 | 0.34 |
| Hex | 12 | 9D | 5D | 59 | 0 | 29 | 26 | 98 | 4F | 22 |
| Octal | 22 | 235 | 135 | 131 | 0 | 51 | 46 | 230 | 117 | 42 |
| Binary | 10010 | 10011101 | 1011101 | 1011001 | 0 | 101001 | 100110 | 10011000 | 1001111 | 100010 |
Color Harmonies of #129D5D
Complementary color
Monochromatic Colors of #129D5D
Black with #129D5D
Text Example
Text Example
White with #129D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D5D; }
p { color: rgb(18,157,93); }
H1.HeaderClassName
{
color: #129D5D;
}
.AnyTagClassName
{
color: #129D5D;
}
</style>
background-color css
<style>
a { background-color: #129D5D; }
a { background-color: rgb(18,157,93); }
div.DivClassName
{
background-color: #129D5D;
}
.BgClassName
{
background-color: #129D5D;
}
</style>
border-color css
<style>
span { border-color: #129D5D; }
span { border-color: rgb(18,157,93); }
td.TdClassName
{
border-color: #129D5D;
}
.TagClassName
{
border-color: #129D5D;
}
</style>