Shades of Mountain Meadow #18D680
Tints of Mountain Meadow #18D680
RGB
CMYK
RGB Variations
Color information
#18D680 (or 0x18D680) is known color: Mountain Meadow. HEX triplet: 18, D6 and 80. RGB value is (24,214,128). Sum of RGB (Red+Green+Blue) = 24+214+128=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #18D680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D680 is #E7297F. Grayscale: #939393. Windows color (decimal): -15149440 or 8443416. OLE color: 8443416.
HSL color Cylindrical-coordinate representation of color #18D680: hue angle of 152.84º 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 #18D680 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 128 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.16 |
| HSL | 152.84º | 0.8% | 0.47% | - |
| HSV(B) | 152.84º | 0.89% | 0.84% | - |
| XYZ | 28.32 | 49.85 | 28.55 | - |
| YUV | 147.39 | 117.05 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 128 | 0.89 | 0 | 0.40 | 0.16 | 152.84 | 0.8 | 0.47 |
| Hex | 18 | D6 | 80 | 59 | 0 | 28 | 10 | 99 | 50 | 2F |
| Octal | 30 | 326 | 200 | 131 | 0 | 50 | 20 | 231 | 120 | 57 |
| Binary | 11000 | 11010110 | 10000000 | 1011001 | 0 | 101000 | 10000 | 10011001 | 1010000 | 101111 |
Color Harmonies of #18D680
Complementary color
Monochromatic Colors of #18D680
Black with #18D680
Text Example
Text Example
White with #18D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D680; }
p { color: rgb(24,214,128); }
H1.HeaderClassName
{
color: #18D680;
}
.AnyTagClassName
{
color: #18D680;
}
</style>
background-color css
<style>
a { background-color: #18D680; }
a { background-color: rgb(24,214,128); }
div.DivClassName
{
background-color: #18D680;
}
.BgClassName
{
background-color: #18D680;
}
</style>
border-color css
<style>
span { border-color: #18D680; }
span { border-color: rgb(24,214,128); }
td.TdClassName
{
border-color: #18D680;
}
.TagClassName
{
border-color: #18D680;
}
</style>