Shades of Mountain Meadow #24BA7D
Tints of Mountain Meadow #24BA7D
RGB
CMYK
RGB Variations
Color information
#24BA7D (or 0x24BA7D) is known color: Mountain Meadow. HEX triplet: 24, BA and 7D. RGB value is (36,186,125). Sum of RGB (Red+Green+Blue) = 36+186+125=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #24BA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #24BA7D is #DB4582. Grayscale: #868686. Windows color (decimal): -14370179 or 8239652. OLE color: 8239652.
HSL color Cylindrical-coordinate representation of color #24BA7D: hue angle of 155.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BA7D is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 186 | 125 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.27 |
| HSL | 155.6º | 0.68% | 0.44% | - |
| HSV(B) | 155.6º | 0.81% | 0.73% | - |
| XYZ | 21.99 | 36.97 | 25.38 | - |
| YUV | 134.2 | 122.81 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 125 | 0.81 | 0 | 0.33 | 0.27 | 155.6 | 0.68 | 0.44 |
| Hex | 24 | BA | 7D | 51 | 0 | 21 | 1B | 9C | 44 | 2C |
| Octal | 44 | 272 | 175 | 121 | 0 | 41 | 33 | 234 | 104 | 54 |
| Binary | 100100 | 10111010 | 1111101 | 1010001 | 0 | 100001 | 11011 | 10011100 | 1000100 | 101100 |
Color Harmonies of #24BA7D
Complementary color
Monochromatic Colors of #24BA7D
Black with #24BA7D
Text Example
Text Example
White with #24BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BA7D; }
p { color: rgb(36,186,125); }
H1.HeaderClassName
{
color: #24BA7D;
}
.AnyTagClassName
{
color: #24BA7D;
}
</style>
background-color css
<style>
a { background-color: #24BA7D; }
a { background-color: rgb(36,186,125); }
div.DivClassName
{
background-color: #24BA7D;
}
.BgClassName
{
background-color: #24BA7D;
}
</style>
border-color css
<style>
span { border-color: #24BA7D; }
span { border-color: rgb(36,186,125); }
td.TdClassName
{
border-color: #24BA7D;
}
.TagClassName
{
border-color: #24BA7D;
}
</style>