Shades of Mountain Meadow #24BF8F
Tints of Mountain Meadow #24BF8F
RGB
CMYK
RGB Variations
Color information
#24BF8F (or 0x24BF8F) is known color: Mountain Meadow. HEX triplet: 24, BF and 8F. RGB value is (36,191,143). Sum of RGB (Red+Green+Blue) = 36+191+143=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #24BF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BF8F is #DB4070. Grayscale: #8B8B8B. Windows color (decimal): -14368881 or 9420580. OLE color: 9420580.
HSL color Cylindrical-coordinate representation of color #24BF8F: hue angle of 161.42º 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 #24BF8F is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 191 | 143 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.25 |
| HSL | 161.42º | 0.68% | 0.45% | - |
| HSV(B) | 161.42º | 0.81% | 0.75% | - |
| XYZ | 24.32 | 39.62 | 32.35 | - |
| YUV | 139.18 | 130.15 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 191 | 143 | 0.81 | 0 | 0.25 | 0.25 | 161.42 | 0.68 | 0.45 |
| Hex | 24 | BF | 8F | 51 | 0 | 19 | 19 | A1 | 44 | 2D |
| Octal | 44 | 277 | 217 | 121 | 0 | 31 | 31 | 241 | 104 | 55 |
| Binary | 100100 | 10111111 | 10001111 | 1010001 | 0 | 11001 | 11001 | 10100001 | 1000100 | 101101 |
Color Harmonies of #24BF8F
Complementary color
Monochromatic Colors of #24BF8F
Black with #24BF8F
Text Example
Text Example
White with #24BF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BF8F; }
p { color: rgb(36,191,143); }
H1.HeaderClassName
{
color: #24BF8F;
}
.AnyTagClassName
{
color: #24BF8F;
}
</style>
background-color css
<style>
a { background-color: #24BF8F; }
a { background-color: rgb(36,191,143); }
div.DivClassName
{
background-color: #24BF8F;
}
.BgClassName
{
background-color: #24BF8F;
}
</style>
border-color css
<style>
span { border-color: #24BF8F; }
span { border-color: rgb(36,191,143); }
td.TdClassName
{
border-color: #24BF8F;
}
.TagClassName
{
border-color: #24BF8F;
}
</style>