Shades of Shamrock #24DBA0
Tints of Shamrock #24DBA0
RGB
CMYK
RGB Variations
Color information
#24DBA0 (or 0x24DBA0) is known color: Shamrock. HEX triplet: 24, DB and A0. RGB value is (36,219,160). Sum of RGB (Red+Green+Blue) = 36+219+160=415 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.67% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #24DBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24DBA0 is #DB245F. Grayscale: #9D9D9D. Windows color (decimal): -14361696 or 10541860. OLE color: 10541860.
HSL color Cylindrical-coordinate representation of color #24DBA0: hue angle of 160.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DBA0 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 219 | 160 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.14 |
| HSL | 160.66º | 0.72% | 0.5% | - |
| HSV(B) | 160.66º | 0.84% | 0.86% | - |
| XYZ | 32.4 | 53.58 | 41.89 | - |
| YUV | 157.56 | 129.37 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 219 | 160 | 0.84 | 0 | 0.27 | 0.14 | 160.66 | 0.72 | 0.5 |
| Hex | 24 | DB | A0 | 54 | 0 | 1B | E | A1 | 48 | 32 |
| Octal | 44 | 333 | 240 | 124 | 0 | 33 | 16 | 241 | 110 | 62 |
| Binary | 100100 | 11011011 | 10100000 | 1010100 | 0 | 11011 | 1110 | 10100001 | 1001000 | 110010 |
Color Harmonies of #24DBA0
Complementary color
Monochromatic Colors of #24DBA0
Black with #24DBA0
Text Example
Text Example
White with #24DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DBA0; }
p { color: rgb(36,219,160); }
H1.HeaderClassName
{
color: #24DBA0;
}
.AnyTagClassName
{
color: #24DBA0;
}
</style>
background-color css
<style>
a { background-color: #24DBA0; }
a { background-color: rgb(36,219,160); }
div.DivClassName
{
background-color: #24DBA0;
}
.BgClassName
{
background-color: #24DBA0;
}
</style>
border-color css
<style>
span { border-color: #24DBA0; }
span { border-color: rgb(36,219,160); }
td.TdClassName
{
border-color: #24DBA0;
}
.TagClassName
{
border-color: #24DBA0;
}
</style>