Shades of Mountain Meadow #18D681
Tints of Mountain Meadow #18D681
RGB
CMYK
RGB Variations
Color information
#18D681 (or 0x18D681) is known color: Mountain Meadow. HEX triplet: 18, D6 and 81. RGB value is (24,214,129). Sum of RGB (Red+Green+Blue) = 24+214+129=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #18D681 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D681 is #E7297E. Grayscale: #939393. Windows color (decimal): -15149439 or 8508952. OLE color: 8508952.
HSL color Cylindrical-coordinate representation of color #18D681: hue angle of 153.16º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D681 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 129 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.16 |
| HSL | 153.16º | 0.8% | 0.47% | - |
| HSV(B) | 153.16º | 0.89% | 0.84% | - |
| XYZ | 28.39 | 49.87 | 28.9 | - |
| YUV | 147.5 | 117.55 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 129 | 0.89 | 0 | 0.40 | 0.16 | 153.16 | 0.8 | 0.47 |
| Hex | 18 | D6 | 81 | 59 | 0 | 28 | 10 | 99 | 50 | 2F |
| Octal | 30 | 326 | 201 | 131 | 0 | 50 | 20 | 231 | 120 | 57 |
| Binary | 11000 | 11010110 | 10000001 | 1011001 | 0 | 101000 | 10000 | 10011001 | 1010000 | 101111 |
Color Harmonies of #18D681
Complementary color
Monochromatic Colors of #18D681
Black with #18D681
Text Example
Text Example
White with #18D681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D681; }
p { color: rgb(24,214,129); }
H1.HeaderClassName
{
color: #18D681;
}
.AnyTagClassName
{
color: #18D681;
}
</style>
background-color css
<style>
a { background-color: #18D681; }
a { background-color: rgb(24,214,129); }
div.DivClassName
{
background-color: #18D681;
}
.BgClassName
{
background-color: #18D681;
}
</style>
border-color css
<style>
span { border-color: #18D681; }
span { border-color: rgb(24,214,129); }
td.TdClassName
{
border-color: #18D681;
}
.TagClassName
{
border-color: #18D681;
}
</style>