Shades of Shamrock #24E080
Tints of Shamrock #24E080
RGB
CMYK
RGB Variations
Color information
#24E080 (or 0x24E080) is known color: Shamrock. HEX triplet: 24, E0 and 80. RGB value is (36,224,128). Sum of RGB (Red+Green+Blue) = 36+224+128=388 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.28% from 388); Green value is 224 (87.89% from 255 or 57.73% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 224 - color contains mainly: green. Hex color #24E080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24E080 is #DB1F7F. Grayscale: #9D9D9D. Windows color (decimal): -14360448 or 8445988. OLE color: 8445988.
HSL color Cylindrical-coordinate representation of color #24E080: hue angle of 149.36º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24E080 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 224 | 128 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.12 |
| HSL | 149.36º | 0.75% | 0.51% | - |
| HSV(B) | 149.36º | 0.84% | 0.88% | - |
| XYZ | 31.28 | 55.24 | 29.44 | - |
| YUV | 156.84 | 111.72 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 224 | 128 | 0.84 | 0 | 0.43 | 0.12 | 149.36 | 0.75 | 0.51 |
| Hex | 24 | E0 | 80 | 54 | 0 | 2B | C | 95 | 4B | 33 |
| Octal | 44 | 340 | 200 | 124 | 0 | 53 | 14 | 225 | 113 | 63 |
| Binary | 100100 | 11100000 | 10000000 | 1010100 | 0 | 101011 | 1100 | 10010101 | 1001011 | 110011 |
Color Harmonies of #24E080
Complementary color
Monochromatic Colors of #24E080
Black with #24E080
Text Example
Text Example
White with #24E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24E080; }
p { color: rgb(36,224,128); }
H1.HeaderClassName
{
color: #24E080;
}
.AnyTagClassName
{
color: #24E080;
}
</style>
background-color css
<style>
a { background-color: #24E080; }
a { background-color: rgb(36,224,128); }
div.DivClassName
{
background-color: #24E080;
}
.BgClassName
{
background-color: #24E080;
}
</style>
border-color css
<style>
span { border-color: #24E080; }
span { border-color: rgb(36,224,128); }
td.TdClassName
{
border-color: #24E080;
}
.TagClassName
{
border-color: #24E080;
}
</style>