Shades of Mountain Meadow #24BD8E
Tints of Mountain Meadow #24BD8E
RGB
CMYK
RGB Variations
Color information
#24BD8E (or 0x24BD8E) is known color: Mountain Meadow. HEX triplet: 24, BD and 8E. RGB value is (36,189,142). Sum of RGB (Red+Green+Blue) = 36+189+142=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BD8E is #DB4271. Grayscale: #898989. Windows color (decimal): -14369394 or 9354532. OLE color: 9354532.
HSL color Cylindrical-coordinate representation of color #24BD8E: hue angle of 161.57º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BD8E is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 142 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.26 |
| HSL | 161.57º | 0.68% | 0.44% | - |
| HSV(B) | 161.57º | 0.81% | 0.74% | - |
| XYZ | 23.81 | 38.72 | 31.81 | - |
| YUV | 137.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 142 | 0.81 | 0 | 0.25 | 0.26 | 161.57 | 0.68 | 0.44 |
| Hex | 24 | BD | 8E | 51 | 0 | 19 | 1A | A2 | 44 | 2C |
| Octal | 44 | 275 | 216 | 121 | 0 | 31 | 32 | 242 | 104 | 54 |
| Binary | 100100 | 10111101 | 10001110 | 1010001 | 0 | 11001 | 11010 | 10100010 | 1000100 | 101100 |
Color Harmonies of #24BD8E
Complementary color
Monochromatic Colors of #24BD8E
Black with #24BD8E
Text Example
Text Example
White with #24BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BD8E; }
p { color: rgb(36,189,142); }
H1.HeaderClassName
{
color: #24BD8E;
}
.AnyTagClassName
{
color: #24BD8E;
}
</style>
background-color css
<style>
a { background-color: #24BD8E; }
a { background-color: rgb(36,189,142); }
div.DivClassName
{
background-color: #24BD8E;
}
.BgClassName
{
background-color: #24BD8E;
}
</style>
border-color css
<style>
span { border-color: #24BD8E; }
span { border-color: rgb(36,189,142); }
td.TdClassName
{
border-color: #24BD8E;
}
.TagClassName
{
border-color: #24BD8E;
}
</style>