Shades of Shamrock Green #129354
Tints of Shamrock Green #129354
RGB
CMYK
RGB Variations
Color information
#129354 (or 0x129354) is known color: Shamrock Green. HEX triplet: 12, 93 and 54. RGB value is (18,147,84). Sum of RGB (Red+Green+Blue) = 18+147+84=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #129354 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129354 is #ED6CAB. Grayscale: #656565. Windows color (decimal): -15559852 or 5542674. OLE color: 5542674.
HSL color Cylindrical-coordinate representation of color #129354: hue angle of 150.7º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129354 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 84 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.42 |
| HSL | 150.7º | 0.78% | 0.32% | - |
| HSV(B) | 150.7º | 0.88% | 0.58% | - |
| XYZ | 12.28 | 21.64 | 11.92 | - |
| YUV | 101.25 | 118.26 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 84 | 0.88 | 0 | 0.43 | 0.42 | 150.7 | 0.78 | 0.32 |
| Hex | 12 | 93 | 54 | 58 | 0 | 2B | 2A | 97 | 4E | 20 |
| Octal | 22 | 223 | 124 | 130 | 0 | 53 | 52 | 227 | 116 | 40 |
| Binary | 10010 | 10010011 | 1010100 | 1011000 | 0 | 101011 | 101010 | 10010111 | 1001110 | 100000 |
Color Harmonies of #129354
Complementary color
Monochromatic Colors of #129354
Black with #129354
Text Example
Text Example
White with #129354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129354; }
p { color: rgb(18,147,84); }
H1.HeaderClassName
{
color: #129354;
}
.AnyTagClassName
{
color: #129354;
}
</style>
background-color css
<style>
a { background-color: #129354; }
a { background-color: rgb(18,147,84); }
div.DivClassName
{
background-color: #129354;
}
.BgClassName
{
background-color: #129354;
}
</style>
border-color css
<style>
span { border-color: #129354; }
span { border-color: rgb(18,147,84); }
td.TdClassName
{
border-color: #129354;
}
.TagClassName
{
border-color: #129354;
}
</style>