Shades of Shamrock #24DDA0
Tints of Shamrock #24DDA0
RGB
CMYK
RGB Variations
Color information
#24DDA0 (or 0x24DDA0) is known color: Shamrock. HEX triplet: 24, DD and A0. RGB value is (36,221,160). Sum of RGB (Red+Green+Blue) = 36+221+160=417 (55% of max value = 765). Red value is 36 (14.45% from 255 or 8.63% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #24DDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24DDA0 is #DB225F. Grayscale: #9E9E9E. Windows color (decimal): -14361184 or 10542372. OLE color: 10542372.
HSL color Cylindrical-coordinate representation of color #24DDA0: hue angle of 160.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DDA0 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 221 | 160 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.13 |
| HSL | 160.22º | 0.73% | 0.5% | - |
| HSV(B) | 160.22º | 0.84% | 0.87% | - |
| XYZ | 32.93 | 54.63 | 42.07 | - |
| YUV | 158.73 | 128.71 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 221 | 160 | 0.84 | 0 | 0.28 | 0.13 | 160.22 | 0.73 | 0.5 |
| Hex | 24 | DD | A0 | 54 | 0 | 1C | D | A0 | 49 | 32 |
| Octal | 44 | 335 | 240 | 124 | 0 | 34 | 15 | 240 | 111 | 62 |
| Binary | 100100 | 11011101 | 10100000 | 1010100 | 0 | 11100 | 1101 | 10100000 | 1001001 | 110010 |
Color Harmonies of #24DDA0
Complementary color
Monochromatic Colors of #24DDA0
Black with #24DDA0
Text Example
Text Example
White with #24DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DDA0; }
p { color: rgb(36,221,160); }
H1.HeaderClassName
{
color: #24DDA0;
}
.AnyTagClassName
{
color: #24DDA0;
}
</style>
background-color css
<style>
a { background-color: #24DDA0; }
a { background-color: rgb(36,221,160); }
div.DivClassName
{
background-color: #24DDA0;
}
.BgClassName
{
background-color: #24DDA0;
}
</style>
border-color css
<style>
span { border-color: #24DDA0; }
span { border-color: rgb(36,221,160); }
td.TdClassName
{
border-color: #24DDA0;
}
.TagClassName
{
border-color: #24DDA0;
}
</style>