Shades of Shamrock #29F0A8
Tints of Shamrock #29F0A8
RGB
CMYK
RGB Variations
Color information
#29F0A8 (or 0x29F0A8) is known color: Shamrock. HEX triplet: 29, F0 and A8. RGB value is (41,240,168). Sum of RGB (Red+Green+Blue) = 41+240+168=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #29F0A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #29F0A8 is #D60F57. Grayscale: #ACACAC. Windows color (decimal): -14028632 or 11071529. OLE color: 11071529.
HSL color Cylindrical-coordinate representation of color #29F0A8: hue angle of 158.29º 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 #29F0A8 is Cyan = 0.83, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 240 | 168 | - |
| CMYK | 0.83 | 0 | 0.3 | 0.06 |
| HSL | 158.29º | 0.87% | 0.55% | - |
| HSV(B) | 158.29º | 0.83% | 0.94% | - |
| XYZ | 39.14 | 65.62 | 47.65 | - |
| YUV | 172.29 | 125.57 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 240 | 168 | 0.83 | 0 | 0.3 | 0.06 | 158.29 | 0.87 | 0.55 |
| Hex | 29 | F0 | A8 | 53 | 0 | 1E | 6 | 9E | 57 | 37 |
| Octal | 51 | 360 | 250 | 123 | 0 | 36 | 6 | 236 | 127 | 67 |
| Binary | 101001 | 11110000 | 10101000 | 1010011 | 0 | 11110 | 110 | 10011110 | 1010111 | 110111 |
Color Harmonies of #29F0A8
Complementary color
Monochromatic Colors of #29F0A8
Black with #29F0A8
Text Example
Text Example
White with #29F0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F0A8; }
p { color: rgb(41,240,168); }
H1.HeaderClassName
{
color: #29F0A8;
}
.AnyTagClassName
{
color: #29F0A8;
}
</style>
background-color css
<style>
a { background-color: #29F0A8; }
a { background-color: rgb(41,240,168); }
div.DivClassName
{
background-color: #29F0A8;
}
.BgClassName
{
background-color: #29F0A8;
}
</style>
border-color css
<style>
span { border-color: #29F0A8; }
span { border-color: rgb(41,240,168); }
td.TdClassName
{
border-color: #29F0A8;
}
.TagClassName
{
border-color: #29F0A8;
}
</style>