Shades of Shamrock Green #129D68
Tints of Shamrock Green #129D68
RGB
CMYK
RGB Variations
Color information
#129D68 (or 0x129D68) is known color: Shamrock Green. HEX triplet: 12, 9D and 68. RGB value is (18,157,104). Sum of RGB (Red+Green+Blue) = 18+157+104=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 157 (61.72% from 255 or 56.27% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 157 - color contains mainly: green. Hex color #129D68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129D68 is #ED6297. Grayscale: #6D6D6D. Windows color (decimal): -15557272 or 6855954. OLE color: 6855954.
HSL color Cylindrical-coordinate representation of color #129D68: hue angle of 157.12º 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 #129D68 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 104 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.38 |
| HSL | 157.12º | 0.79% | 0.34% | - |
| HSV(B) | 157.12º | 0.89% | 0.62% | - |
| XYZ | 14.81 | 25.24 | 17.19 | - |
| YUV | 109.4 | 124.95 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 104 | 0.89 | 0 | 0.34 | 0.38 | 157.12 | 0.79 | 0.34 |
| Hex | 12 | 9D | 68 | 59 | 0 | 22 | 26 | 9D | 4F | 22 |
| Octal | 22 | 235 | 150 | 131 | 0 | 42 | 46 | 235 | 117 | 42 |
| Binary | 10010 | 10011101 | 1101000 | 1011001 | 0 | 100010 | 100110 | 10011101 | 1001111 | 100010 |
Color Harmonies of #129D68
Complementary color
Monochromatic Colors of #129D68
Black with #129D68
Text Example
Text Example
White with #129D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D68; }
p { color: rgb(18,157,104); }
H1.HeaderClassName
{
color: #129D68;
}
.AnyTagClassName
{
color: #129D68;
}
</style>
background-color css
<style>
a { background-color: #129D68; }
a { background-color: rgb(18,157,104); }
div.DivClassName
{
background-color: #129D68;
}
.BgClassName
{
background-color: #129D68;
}
</style>
border-color css
<style>
span { border-color: #129D68; }
span { border-color: rgb(18,157,104); }
td.TdClassName
{
border-color: #129D68;
}
.TagClassName
{
border-color: #129D68;
}
</style>