Shades of Shamrock #29E7A0
Tints of Shamrock #29E7A0
RGB
CMYK
RGB Variations
Color information
#29E7A0 (or 0x29E7A0) is known color: Shamrock. HEX triplet: 29, E7 and A0. RGB value is (41,231,160). Sum of RGB (Red+Green+Blue) = 41+231+160=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 231 (90.62% from 255 or 53.47% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 231 - color contains mainly: green. Hex color #29E7A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #29E7A0 is #D6185F. Grayscale: #A6A6A6. Windows color (decimal): -14030944 or 10544937. OLE color: 10544937.
HSL color Cylindrical-coordinate representation of color #29E7A0: hue angle of 157.58º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E7A0 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 231 | 160 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.09 |
| HSL | 157.58º | 0.8% | 0.53% | - |
| HSV(B) | 157.58º | 0.82% | 0.91% | - |
| XYZ | 35.84 | 60.16 | 42.98 | - |
| YUV | 166.1 | 124.55 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 231 | 160 | 0.82 | 0 | 0.31 | 0.09 | 157.58 | 0.8 | 0.53 |
| Hex | 29 | E7 | A0 | 52 | 0 | 1F | 9 | 9E | 50 | 35 |
| Octal | 51 | 347 | 240 | 122 | 0 | 37 | 11 | 236 | 120 | 65 |
| Binary | 101001 | 11100111 | 10100000 | 1010010 | 0 | 11111 | 1001 | 10011110 | 1010000 | 110101 |
Color Harmonies of #29E7A0
Complementary color
Monochromatic Colors of #29E7A0
Black with #29E7A0
Text Example
Text Example
White with #29E7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E7A0; }
p { color: rgb(41,231,160); }
H1.HeaderClassName
{
color: #29E7A0;
}
.AnyTagClassName
{
color: #29E7A0;
}
</style>
background-color css
<style>
a { background-color: #29E7A0; }
a { background-color: rgb(41,231,160); }
div.DivClassName
{
background-color: #29E7A0;
}
.BgClassName
{
background-color: #29E7A0;
}
</style>
border-color css
<style>
span { border-color: #29E7A0; }
span { border-color: rgb(41,231,160); }
td.TdClassName
{
border-color: #29E7A0;
}
.TagClassName
{
border-color: #29E7A0;
}
</style>