Shades of Shamrock Green #129E5E
Tints of Shamrock Green #129E5E
RGB
CMYK
RGB Variations
Color information
#129E5E (or 0x129E5E) is known color: Shamrock Green. HEX triplet: 12, 9E and 5E. RGB value is (18,158,94). Sum of RGB (Red+Green+Blue) = 18+158+94=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 158 (62.11% from 255 or 58.52% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 158 - color contains mainly: green. Hex color #129E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129E5E is #ED61A1. Grayscale: #6C6C6C. Windows color (decimal): -15557026 or 6200850. OLE color: 6200850.
HSL color Cylindrical-coordinate representation of color #129E5E: hue angle of 152.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E5E is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 94 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.38 |
| HSL | 152.57º | 0.8% | 0.35% | - |
| HSV(B) | 152.57º | 0.89% | 0.62% | - |
| XYZ | 14.5 | 25.39 | 14.73 | - |
| YUV | 108.84 | 119.62 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 94 | 0.89 | 0 | 0.41 | 0.38 | 152.57 | 0.8 | 0.35 |
| Hex | 12 | 9E | 5E | 59 | 0 | 29 | 26 | 99 | 50 | 23 |
| Octal | 22 | 236 | 136 | 131 | 0 | 51 | 46 | 231 | 120 | 43 |
| Binary | 10010 | 10011110 | 1011110 | 1011001 | 0 | 101001 | 100110 | 10011001 | 1010000 | 100011 |
Color Harmonies of #129E5E
Complementary color
Monochromatic Colors of #129E5E
Black with #129E5E
Text Example
Text Example
White with #129E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E5E; }
p { color: rgb(18,158,94); }
H1.HeaderClassName
{
color: #129E5E;
}
.AnyTagClassName
{
color: #129E5E;
}
</style>
background-color css
<style>
a { background-color: #129E5E; }
a { background-color: rgb(18,158,94); }
div.DivClassName
{
background-color: #129E5E;
}
.BgClassName
{
background-color: #129E5E;
}
</style>
border-color css
<style>
span { border-color: #129E5E; }
span { border-color: rgb(18,158,94); }
td.TdClassName
{
border-color: #129E5E;
}
.TagClassName
{
border-color: #129E5E;
}
</style>