Shades of Mountain Meadow #24B480
Tints of Mountain Meadow #24B480
RGB
CMYK
RGB Variations
Color information
#24B480 (or 0x24B480) is known color: Mountain Meadow. HEX triplet: 24, B4 and 80. RGB value is (36,180,128). Sum of RGB (Red+Green+Blue) = 36+180+128=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #24B480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B480 is #DB4B7F. Grayscale: #838383. Windows color (decimal): -14371712 or 8434724. OLE color: 8434724.
HSL color Cylindrical-coordinate representation of color #24B480: hue angle of 158.33º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B480 is Cyan = 0.8, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 180 | 128 | - |
| CMYK | 0.8 | 0 | 0.29 | 0.29 |
| HSL | 158.33º | 0.67% | 0.42% | - |
| HSV(B) | 158.33º | 0.8% | 0.71% | - |
| XYZ | 20.95 | 34.58 | 25.99 | - |
| YUV | 131.02 | 126.29 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 180 | 128 | 0.8 | 0 | 0.29 | 0.29 | 158.33 | 0.67 | 0.42 |
| Hex | 24 | B4 | 80 | 50 | 0 | 1D | 1D | 9E | 43 | 2A |
| Octal | 44 | 264 | 200 | 120 | 0 | 35 | 35 | 236 | 103 | 52 |
| Binary | 100100 | 10110100 | 10000000 | 1010000 | 0 | 11101 | 11101 | 10011110 | 1000011 | 101010 |
Color Harmonies of #24B480
Complementary color
Monochromatic Colors of #24B480
Black with #24B480
Text Example
Text Example
White with #24B480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B480; }
p { color: rgb(36,180,128); }
H1.HeaderClassName
{
color: #24B480;
}
.AnyTagClassName
{
color: #24B480;
}
</style>
background-color css
<style>
a { background-color: #24B480; }
a { background-color: rgb(36,180,128); }
div.DivClassName
{
background-color: #24B480;
}
.BgClassName
{
background-color: #24B480;
}
</style>
border-color css
<style>
span { border-color: #24B480; }
span { border-color: rgb(36,180,128); }
td.TdClassName
{
border-color: #24B480;
}
.TagClassName
{
border-color: #24B480;
}
</style>