Shades of Mountain Meadow #24BD94
Tints of Mountain Meadow #24BD94
RGB
CMYK
RGB Variations
Color information
#24BD94 (or 0x24BD94) is known color: Mountain Meadow. HEX triplet: 24, BD and 94. RGB value is (36,189,148). Sum of RGB (Red+Green+Blue) = 36+189+148=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BD94 is #DB426B. Grayscale: #8A8A8A. Windows color (decimal): -14369388 or 9747748. OLE color: 9747748.
HSL color Cylindrical-coordinate representation of color #24BD94: hue angle of 163.92º 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 #24BD94 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 148 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.26 |
| HSL | 163.92º | 0.68% | 0.44% | - |
| HSV(B) | 163.92º | 0.81% | 0.74% | - |
| XYZ | 24.27 | 38.91 | 34.25 | - |
| YUV | 138.58 | 133.31 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 148 | 0.81 | 0 | 0.22 | 0.26 | 163.92 | 0.68 | 0.44 |
| Hex | 24 | BD | 94 | 51 | 0 | 16 | 1A | A4 | 44 | 2C |
| Octal | 44 | 275 | 224 | 121 | 0 | 26 | 32 | 244 | 104 | 54 |
| Binary | 100100 | 10111101 | 10010100 | 1010001 | 0 | 10110 | 11010 | 10100100 | 1000100 | 101100 |
Color Harmonies of #24BD94
Complementary color
Monochromatic Colors of #24BD94
Black with #24BD94
Text Example
Text Example
White with #24BD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BD94; }
p { color: rgb(36,189,148); }
H1.HeaderClassName
{
color: #24BD94;
}
.AnyTagClassName
{
color: #24BD94;
}
</style>
background-color css
<style>
a { background-color: #24BD94; }
a { background-color: rgb(36,189,148); }
div.DivClassName
{
background-color: #24BD94;
}
.BgClassName
{
background-color: #24BD94;
}
</style>
border-color css
<style>
span { border-color: #24BD94; }
span { border-color: rgb(36,189,148); }
td.TdClassName
{
border-color: #24BD94;
}
.TagClassName
{
border-color: #24BD94;
}
</style>