Shades of Mountain Meadow #18D577
Tints of Mountain Meadow #18D577
RGB
CMYK
RGB Variations
Color information
#18D577 (or 0x18D577) is known color: Mountain Meadow. HEX triplet: 18, D5 and 77. RGB value is (24,213,119). Sum of RGB (Red+Green+Blue) = 24+213+119=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #18D577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D577 is #E72A88. Grayscale: #919191. Windows color (decimal): -15149705 or 7853336. OLE color: 7853336.
HSL color Cylindrical-coordinate representation of color #18D577: hue angle of 150.16º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D577 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 119 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.16 |
| HSL | 150.16º | 0.8% | 0.46% | - |
| HSV(B) | 150.16º | 0.89% | 0.84% | - |
| XYZ | 27.5 | 49.11 | 25.48 | - |
| YUV | 145.77 | 112.88 | 41.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 119 | 0.89 | 0 | 0.44 | 0.16 | 150.16 | 0.8 | 0.46 |
| Hex | 18 | D5 | 77 | 59 | 0 | 2C | 10 | 96 | 50 | 2E |
| Octal | 30 | 325 | 167 | 131 | 0 | 54 | 20 | 226 | 120 | 56 |
| Binary | 11000 | 11010101 | 1110111 | 1011001 | 0 | 101100 | 10000 | 10010110 | 1010000 | 101110 |
Color Harmonies of #18D577
Complementary color
Monochromatic Colors of #18D577
Black with #18D577
Text Example
Text Example
White with #18D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D577; }
p { color: rgb(24,213,119); }
H1.HeaderClassName
{
color: #18D577;
}
.AnyTagClassName
{
color: #18D577;
}
</style>
background-color css
<style>
a { background-color: #18D577; }
a { background-color: rgb(24,213,119); }
div.DivClassName
{
background-color: #18D577;
}
.BgClassName
{
background-color: #18D577;
}
</style>
border-color css
<style>
span { border-color: #18D577; }
span { border-color: rgb(24,213,119); }
td.TdClassName
{
border-color: #18D577;
}
.TagClassName
{
border-color: #18D577;
}
</style>