Shades of Shamrock Green #129C66
Tints of Shamrock Green #129C66
RGB
CMYK
RGB Variations
Color information
#129C66 (or 0x129C66) is known color: Shamrock Green. HEX triplet: 12, 9C and 66. RGB value is (18,156,102). Sum of RGB (Red+Green+Blue) = 18+156+102=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #129C66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129C66 is #ED6399. Grayscale: #6C6C6C. Windows color (decimal): -15557530 or 6724626. OLE color: 6724626.
HSL color Cylindrical-coordinate representation of color #129C66: hue angle of 156.52º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C66 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 102 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.39 |
| HSL | 156.52º | 0.79% | 0.34% | - |
| HSV(B) | 156.52º | 0.88% | 0.61% | - |
| XYZ | 14.54 | 24.86 | 16.6 | - |
| YUV | 108.58 | 124.28 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 102 | 0.88 | 0 | 0.35 | 0.39 | 156.52 | 0.79 | 0.34 |
| Hex | 12 | 9C | 66 | 58 | 0 | 23 | 27 | 9D | 4F | 22 |
| Octal | 22 | 234 | 146 | 130 | 0 | 43 | 47 | 235 | 117 | 42 |
| Binary | 10010 | 10011100 | 1100110 | 1011000 | 0 | 100011 | 100111 | 10011101 | 1001111 | 100010 |
Color Harmonies of #129C66
Complementary color
Monochromatic Colors of #129C66
Black with #129C66
Text Example
Text Example
White with #129C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C66; }
p { color: rgb(18,156,102); }
H1.HeaderClassName
{
color: #129C66;
}
.AnyTagClassName
{
color: #129C66;
}
</style>
background-color css
<style>
a { background-color: #129C66; }
a { background-color: rgb(18,156,102); }
div.DivClassName
{
background-color: #129C66;
}
.BgClassName
{
background-color: #129C66;
}
</style>
border-color css
<style>
span { border-color: #129C66; }
span { border-color: rgb(18,156,102); }
td.TdClassName
{
border-color: #129C66;
}
.TagClassName
{
border-color: #129C66;
}
</style>