Shades of Shamrock Green #129960
Tints of Shamrock Green #129960
RGB
CMYK
RGB Variations
Color information
#129960 (or 0x129960) is known color: Shamrock Green. HEX triplet: 12, 99 and 60. RGB value is (18,153,96). Sum of RGB (Red+Green+Blue) = 18+153+96=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #129960 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129960 is #ED669F. Grayscale: #6A6A6A. Windows color (decimal): -15558304 or 6330642. OLE color: 6330642.
HSL color Cylindrical-coordinate representation of color #129960: hue angle of 154.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129960 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 96 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.4 |
| HSL | 154.67º | 0.79% | 0.34% | - |
| HSV(B) | 154.67º | 0.88% | 0.6% | - |
| XYZ | 13.75 | 23.76 | 14.93 | - |
| YUV | 106.14 | 122.27 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 96 | 0.88 | 0 | 0.37 | 0.4 | 154.67 | 0.79 | 0.34 |
| Hex | 12 | 99 | 60 | 58 | 0 | 25 | 28 | 9B | 4F | 22 |
| Octal | 22 | 231 | 140 | 130 | 0 | 45 | 50 | 233 | 117 | 42 |
| Binary | 10010 | 10011001 | 1100000 | 1011000 | 0 | 100101 | 101000 | 10011011 | 1001111 | 100010 |
Color Harmonies of #129960
Complementary color
Monochromatic Colors of #129960
Black with #129960
Text Example
Text Example
White with #129960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129960; }
p { color: rgb(18,153,96); }
H1.HeaderClassName
{
color: #129960;
}
.AnyTagClassName
{
color: #129960;
}
</style>
background-color css
<style>
a { background-color: #129960; }
a { background-color: rgb(18,153,96); }
div.DivClassName
{
background-color: #129960;
}
.BgClassName
{
background-color: #129960;
}
</style>
border-color css
<style>
span { border-color: #129960; }
span { border-color: rgb(18,153,96); }
td.TdClassName
{
border-color: #129960;
}
.TagClassName
{
border-color: #129960;
}
</style>