Shades of Shamrock Green #129C5C
Tints of Shamrock Green #129C5C
RGB
CMYK
RGB Variations
Color information
#129C5C (or 0x129C5C) is known color: Shamrock Green. HEX triplet: 12, 9C and 5C. RGB value is (18,156,92). Sum of RGB (Red+Green+Blue) = 18+156+92=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 156 (61.33% from 255 or 58.65% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 156 - color contains mainly: green. Hex color #129C5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129C5C is #ED63A3. Grayscale: #6B6B6B. Windows color (decimal): -15557540 or 6069266. OLE color: 6069266.
HSL color Cylindrical-coordinate representation of color #129C5C: hue angle of 152.17º 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 #129C5C is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 92 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.39 |
| HSL | 152.17º | 0.79% | 0.34% | - |
| HSV(B) | 152.17º | 0.88% | 0.61% | - |
| XYZ | 14.07 | 24.68 | 14.15 | - |
| YUV | 107.44 | 119.28 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 92 | 0.88 | 0 | 0.41 | 0.39 | 152.17 | 0.79 | 0.34 |
| Hex | 12 | 9C | 5C | 58 | 0 | 29 | 27 | 98 | 4F | 22 |
| Octal | 22 | 234 | 134 | 130 | 0 | 51 | 47 | 230 | 117 | 42 |
| Binary | 10010 | 10011100 | 1011100 | 1011000 | 0 | 101001 | 100111 | 10011000 | 1001111 | 100010 |
Color Harmonies of #129C5C
Complementary color
Monochromatic Colors of #129C5C
Black with #129C5C
Text Example
Text Example
White with #129C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C5C; }
p { color: rgb(18,156,92); }
H1.HeaderClassName
{
color: #129C5C;
}
.AnyTagClassName
{
color: #129C5C;
}
</style>
background-color css
<style>
a { background-color: #129C5C; }
a { background-color: rgb(18,156,92); }
div.DivClassName
{
background-color: #129C5C;
}
.BgClassName
{
background-color: #129C5C;
}
</style>
border-color css
<style>
span { border-color: #129C5C; }
span { border-color: rgb(18,156,92); }
td.TdClassName
{
border-color: #129C5C;
}
.TagClassName
{
border-color: #129C5C;
}
</style>