Shades of Mountain Meadow #24CA80
Tints of Mountain Meadow #24CA80
RGB
CMYK
RGB Variations
Color information
#24CA80 (or 0x24CA80) is known color: Mountain Meadow. HEX triplet: 24, CA and 80. RGB value is (36,202,128). Sum of RGB (Red+Green+Blue) = 36+202+128=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #24CA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24CA80 is #DB357F. Grayscale: #909090. Windows color (decimal): -14366080 or 8440356. OLE color: 8440356.
HSL color Cylindrical-coordinate representation of color #24CA80: hue angle of 153.25º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CA80 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 202 | 128 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.21 |
| HSL | 153.25º | 0.7% | 0.47% | - |
| HSV(B) | 153.25º | 0.82% | 0.79% | - |
| XYZ | 25.74 | 44.17 | 27.59 | - |
| YUV | 143.93 | 119 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 202 | 128 | 0.82 | 0 | 0.37 | 0.21 | 153.25 | 0.7 | 0.47 |
| Hex | 24 | CA | 80 | 52 | 0 | 25 | 15 | 99 | 46 | 2F |
| Octal | 44 | 312 | 200 | 122 | 0 | 45 | 25 | 231 | 106 | 57 |
| Binary | 100100 | 11001010 | 10000000 | 1010010 | 0 | 100101 | 10101 | 10011001 | 1000110 | 101111 |
Color Harmonies of #24CA80
Complementary color
Monochromatic Colors of #24CA80
Black with #24CA80
Text Example
Text Example
White with #24CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CA80; }
p { color: rgb(36,202,128); }
H1.HeaderClassName
{
color: #24CA80;
}
.AnyTagClassName
{
color: #24CA80;
}
</style>
background-color css
<style>
a { background-color: #24CA80; }
a { background-color: rgb(36,202,128); }
div.DivClassName
{
background-color: #24CA80;
}
.BgClassName
{
background-color: #24CA80;
}
</style>
border-color css
<style>
span { border-color: #24CA80; }
span { border-color: rgb(36,202,128); }
td.TdClassName
{
border-color: #24CA80;
}
.TagClassName
{
border-color: #24CA80;
}
</style>