Shades of Mountain Meadow #24C080
Tints of Mountain Meadow #24C080
RGB
CMYK
RGB Variations
Color information
#24C080 (or 0x24C080) is known color: Mountain Meadow. HEX triplet: 24, C0 and 80. RGB value is (36,192,128). Sum of RGB (Red+Green+Blue) = 36+192+128=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #24C080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24C080 is #DB3F7F. Grayscale: #8A8A8A. Windows color (decimal): -14368640 or 8437796. OLE color: 8437796.
HSL color Cylindrical-coordinate representation of color #24C080: hue angle of 155.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24C080 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 128 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.25 |
| HSL | 155.38º | 0.68% | 0.45% | - |
| HSV(B) | 155.38º | 0.81% | 0.75% | - |
| XYZ | 23.47 | 39.63 | 26.83 | - |
| YUV | 138.06 | 122.32 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 128 | 0.81 | 0 | 0.33 | 0.25 | 155.38 | 0.68 | 0.45 |
| Hex | 24 | C0 | 80 | 51 | 0 | 21 | 19 | 9B | 44 | 2D |
| Octal | 44 | 300 | 200 | 121 | 0 | 41 | 31 | 233 | 104 | 55 |
| Binary | 100100 | 11000000 | 10000000 | 1010001 | 0 | 100001 | 11001 | 10011011 | 1000100 | 101101 |
Color Harmonies of #24C080
Complementary color
Monochromatic Colors of #24C080
Black with #24C080
Text Example
Text Example
White with #24C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C080; }
p { color: rgb(36,192,128); }
H1.HeaderClassName
{
color: #24C080;
}
.AnyTagClassName
{
color: #24C080;
}
</style>
background-color css
<style>
a { background-color: #24C080; }
a { background-color: rgb(36,192,128); }
div.DivClassName
{
background-color: #24C080;
}
.BgClassName
{
background-color: #24C080;
}
</style>
border-color css
<style>
span { border-color: #24C080; }
span { border-color: rgb(36,192,128); }
td.TdClassName
{
border-color: #24C080;
}
.TagClassName
{
border-color: #24C080;
}
</style>