Shades of Shamrock #29F0A0
Tints of Shamrock #29F0A0
RGB
CMYK
RGB Variations
Color information
#29F0A0 (or 0x29F0A0) is known color: Shamrock. HEX triplet: 29, F0 and A0. RGB value is (41,240,160). Sum of RGB (Red+Green+Blue) = 41+240+160=441 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.30% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #29F0A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #29F0A0 is #D60F5F. Grayscale: #ABABAB. Windows color (decimal): -14028640 or 10547241. OLE color: 10547241.
HSL color Cylindrical-coordinate representation of color #29F0A0: hue angle of 155.88º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29F0A0 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 240 | 160 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.06 |
| HSL | 155.88º | 0.87% | 0.55% | - |
| HSV(B) | 155.88º | 0.83% | 0.94% | - |
| XYZ | 38.42 | 65.33 | 43.84 | - |
| YUV | 171.38 | 121.57 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 240 | 160 | 0.83 | 0 | 0.33 | 0.06 | 155.88 | 0.87 | 0.55 |
| Hex | 29 | F0 | A0 | 53 | 0 | 21 | 6 | 9C | 57 | 37 |
| Octal | 51 | 360 | 240 | 123 | 0 | 41 | 6 | 234 | 127 | 67 |
| Binary | 101001 | 11110000 | 10100000 | 1010011 | 0 | 100001 | 110 | 10011100 | 1010111 | 110111 |
Color Harmonies of #29F0A0
Complementary color
Monochromatic Colors of #29F0A0
Black with #29F0A0
Text Example
Text Example
White with #29F0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F0A0; }
p { color: rgb(41,240,160); }
H1.HeaderClassName
{
color: #29F0A0;
}
.AnyTagClassName
{
color: #29F0A0;
}
</style>
background-color css
<style>
a { background-color: #29F0A0; }
a { background-color: rgb(41,240,160); }
div.DivClassName
{
background-color: #29F0A0;
}
.BgClassName
{
background-color: #29F0A0;
}
</style>
border-color css
<style>
span { border-color: #29F0A0; }
span { border-color: rgb(41,240,160); }
td.TdClassName
{
border-color: #29F0A0;
}
.TagClassName
{
border-color: #29F0A0;
}
</style>