Shades of Shamrock #29F0AB
Tints of Shamrock #29F0AB
RGB
CMYK
RGB Variations
Color information
#29F0AB (or 0x29F0AB) is known color: Shamrock. HEX triplet: 29, F0 and AB. RGB value is (41,240,171). Sum of RGB (Red+Green+Blue) = 41+240+171=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #29F0AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #29F0AB is #D60F54. Grayscale: #ACACAC. Windows color (decimal): -14028629 or 11268137. OLE color: 11268137.
HSL color Cylindrical-coordinate representation of color #29F0AB: hue angle of 159.2º 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 #29F0AB is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 240 | 171 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.06 |
| HSL | 159.2º | 0.87% | 0.55% | - |
| HSV(B) | 159.2º | 0.83% | 0.94% | - |
| XYZ | 39.43 | 65.73 | 49.14 | - |
| YUV | 172.63 | 127.07 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 240 | 171 | 0.83 | 0 | 0.29 | 0.06 | 159.2 | 0.87 | 0.55 |
| Hex | 29 | F0 | AB | 53 | 0 | 1D | 6 | 9F | 57 | 37 |
| Octal | 51 | 360 | 253 | 123 | 0 | 35 | 6 | 237 | 127 | 67 |
| Binary | 101001 | 11110000 | 10101011 | 1010011 | 0 | 11101 | 110 | 10011111 | 1010111 | 110111 |
Color Harmonies of #29F0AB
Complementary color
Monochromatic Colors of #29F0AB
Black with #29F0AB
Text Example
Text Example
White with #29F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29F0AB; }
p { color: rgb(41,240,171); }
H1.HeaderClassName
{
color: #29F0AB;
}
.AnyTagClassName
{
color: #29F0AB;
}
</style>
background-color css
<style>
a { background-color: #29F0AB; }
a { background-color: rgb(41,240,171); }
div.DivClassName
{
background-color: #29F0AB;
}
.BgClassName
{
background-color: #29F0AB;
}
</style>
border-color css
<style>
span { border-color: #29F0AB; }
span { border-color: rgb(41,240,171); }
td.TdClassName
{
border-color: #29F0AB;
}
.TagClassName
{
border-color: #29F0AB;
}
</style>