Shades of Shamrock Green #129B64
Tints of Shamrock Green #129B64
RGB
CMYK
RGB Variations
Color information
#129B64 (or 0x129B64) is known color: Shamrock Green. HEX triplet: 12, 9B and 64. RGB value is (18,155,100). Sum of RGB (Red+Green+Blue) = 18+155+100=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #129B64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B64 is #ED649B. Grayscale: #6B6B6B. Windows color (decimal): -15557788 or 6593298. OLE color: 6593298.
HSL color Cylindrical-coordinate representation of color #129B64: hue angle of 155.91º 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 #129B64 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 155 | 100 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.39 |
| HSL | 155.91º | 0.79% | 0.34% | - |
| HSV(B) | 155.91º | 0.88% | 0.61% | - |
| XYZ | 14.27 | 24.49 | 16.03 | - |
| YUV | 107.77 | 123.61 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 100 | 0.88 | 0 | 0.35 | 0.39 | 155.91 | 0.79 | 0.34 |
| Hex | 12 | 9B | 64 | 58 | 0 | 23 | 27 | 9C | 4F | 22 |
| Octal | 22 | 233 | 144 | 130 | 0 | 43 | 47 | 234 | 117 | 42 |
| Binary | 10010 | 10011011 | 1100100 | 1011000 | 0 | 100011 | 100111 | 10011100 | 1001111 | 100010 |
Color Harmonies of #129B64
Complementary color
Monochromatic Colors of #129B64
Black with #129B64
Text Example
Text Example
White with #129B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129B64; }
p { color: rgb(18,155,100); }
H1.HeaderClassName
{
color: #129B64;
}
.AnyTagClassName
{
color: #129B64;
}
</style>
background-color css
<style>
a { background-color: #129B64; }
a { background-color: rgb(18,155,100); }
div.DivClassName
{
background-color: #129B64;
}
.BgClassName
{
background-color: #129B64;
}
</style>
border-color css
<style>
span { border-color: #129B64; }
span { border-color: rgb(18,155,100); }
td.TdClassName
{
border-color: #129B64;
}
.TagClassName
{
border-color: #129B64;
}
</style>