Shades of Shamrock #29E0AF
Tints of Shamrock #29E0AF
RGB
CMYK
RGB Variations
Color information
#29E0AF (or 0x29E0AF) is known color: Shamrock. HEX triplet: 29, E0 and AF. RGB value is (41,224,175). Sum of RGB (Red+Green+Blue) = 41+224+175=440 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.32% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #29E0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29E0AF is #D61F50. Grayscale: #A3A3A3. Windows color (decimal): -14032721 or 11526185. OLE color: 11526185.
HSL color Cylindrical-coordinate representation of color #29E0AF: hue angle of 163.93º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E0AF is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 224 | 175 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.12 |
| HSL | 163.93º | 0.75% | 0.52% | - |
| HSV(B) | 163.93º | 0.82% | 0.88% | - |
| XYZ | 35.31 | 56.88 | 49.68 | - |
| YUV | 163.7 | 134.37 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 224 | 175 | 0.82 | 0 | 0.22 | 0.12 | 163.93 | 0.75 | 0.52 |
| Hex | 29 | E0 | AF | 52 | 0 | 16 | C | A4 | 4B | 34 |
| Octal | 51 | 340 | 257 | 122 | 0 | 26 | 14 | 244 | 113 | 64 |
| Binary | 101001 | 11100000 | 10101111 | 1010010 | 0 | 10110 | 1100 | 10100100 | 1001011 | 110100 |
Color Harmonies of #29E0AF
Complementary color
Monochromatic Colors of #29E0AF
Black with #29E0AF
Text Example
Text Example
White with #29E0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E0AF; }
p { color: rgb(41,224,175); }
H1.HeaderClassName
{
color: #29E0AF;
}
.AnyTagClassName
{
color: #29E0AF;
}
</style>
background-color css
<style>
a { background-color: #29E0AF; }
a { background-color: rgb(41,224,175); }
div.DivClassName
{
background-color: #29E0AF;
}
.BgClassName
{
background-color: #29E0AF;
}
</style>
border-color css
<style>
span { border-color: #29E0AF; }
span { border-color: rgb(41,224,175); }
td.TdClassName
{
border-color: #29E0AF;
}
.TagClassName
{
border-color: #29E0AF;
}
</style>