Shades of Mountain Meadow #24BD90
Tints of Mountain Meadow #24BD90
RGB
CMYK
RGB Variations
Color information
#24BD90 (or 0x24BD90) is known color: Mountain Meadow. HEX triplet: 24, BD and 90. RGB value is (36,189,144). Sum of RGB (Red+Green+Blue) = 36+189+144=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #24BD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BD90 is #DB426F. Grayscale: #8A8A8A. Windows color (decimal): -14369392 or 9485604. OLE color: 9485604.
HSL color Cylindrical-coordinate representation of color #24BD90: hue angle of 162.35º 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 #24BD90 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 189 | 144 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.26 |
| HSL | 162.35º | 0.68% | 0.44% | - |
| HSV(B) | 162.35º | 0.81% | 0.74% | - |
| XYZ | 23.96 | 38.78 | 32.61 | - |
| YUV | 138.12 | 131.31 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 144 | 0.81 | 0 | 0.24 | 0.26 | 162.35 | 0.68 | 0.44 |
| Hex | 24 | BD | 90 | 51 | 0 | 18 | 1A | A2 | 44 | 2C |
| Octal | 44 | 275 | 220 | 121 | 0 | 30 | 32 | 242 | 104 | 54 |
| Binary | 100100 | 10111101 | 10010000 | 1010001 | 0 | 11000 | 11010 | 10100010 | 1000100 | 101100 |
Color Harmonies of #24BD90
Complementary color
Monochromatic Colors of #24BD90
Black with #24BD90
Text Example
Text Example
White with #24BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BD90; }
p { color: rgb(36,189,144); }
H1.HeaderClassName
{
color: #24BD90;
}
.AnyTagClassName
{
color: #24BD90;
}
</style>
background-color css
<style>
a { background-color: #24BD90; }
a { background-color: rgb(36,189,144); }
div.DivClassName
{
background-color: #24BD90;
}
.BgClassName
{
background-color: #24BD90;
}
</style>
border-color css
<style>
span { border-color: #24BD90; }
span { border-color: rgb(36,189,144); }
td.TdClassName
{
border-color: #24BD90;
}
.TagClassName
{
border-color: #24BD90;
}
</style>