Shades of Shamrock Green #129D65
Tints of Shamrock Green #129D65
RGB
CMYK
RGB Variations
Color information
#129D65 (or 0x129D65) is known color: Shamrock Green. HEX triplet: 12, 9D and 65. RGB value is (18,157,101). Sum of RGB (Red+Green+Blue) = 18+157+101=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #129D65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129D65 is #ED629A. Grayscale: #6D6D6D. Windows color (decimal): -15557275 or 6659346. OLE color: 6659346.
HSL color Cylindrical-coordinate representation of color #129D65: hue angle of 155.83º 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 #129D65 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 101 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.38 |
| HSL | 155.83º | 0.79% | 0.34% | - |
| HSV(B) | 155.83º | 0.89% | 0.62% | - |
| XYZ | 14.66 | 25.18 | 16.4 | - |
| YUV | 109.06 | 123.45 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 101 | 0.89 | 0 | 0.36 | 0.38 | 155.83 | 0.79 | 0.34 |
| Hex | 12 | 9D | 65 | 59 | 0 | 24 | 26 | 9C | 4F | 22 |
| Octal | 22 | 235 | 145 | 131 | 0 | 44 | 46 | 234 | 117 | 42 |
| Binary | 10010 | 10011101 | 1100101 | 1011001 | 0 | 100100 | 100110 | 10011100 | 1001111 | 100010 |
Color Harmonies of #129D65
Complementary color
Monochromatic Colors of #129D65
Black with #129D65
Text Example
Text Example
White with #129D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D65; }
p { color: rgb(18,157,101); }
H1.HeaderClassName
{
color: #129D65;
}
.AnyTagClassName
{
color: #129D65;
}
</style>
background-color css
<style>
a { background-color: #129D65; }
a { background-color: rgb(18,157,101); }
div.DivClassName
{
background-color: #129D65;
}
.BgClassName
{
background-color: #129D65;
}
</style>
border-color css
<style>
span { border-color: #129D65; }
span { border-color: rgb(18,157,101); }
td.TdClassName
{
border-color: #129D65;
}
.TagClassName
{
border-color: #129D65;
}
</style>