Shades of Mountain Meadow #18D678
Tints of Mountain Meadow #18D678
RGB
CMYK
RGB Variations
Color information
#18D678 (or 0x18D678) is known color: Mountain Meadow. HEX triplet: 18, D6 and 78. RGB value is (24,214,120). Sum of RGB (Red+Green+Blue) = 24+214+120=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #18D678 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D678 is #E72987. Grayscale: #929292. Windows color (decimal): -15149448 or 7919128. OLE color: 7919128.
HSL color Cylindrical-coordinate representation of color #18D678: hue angle of 150.32º 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 #18D678 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 214 | 120 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.16 |
| HSL | 150.32º | 0.8% | 0.47% | - |
| HSV(B) | 150.32º | 0.89% | 0.84% | - |
| XYZ | 27.81 | 49.64 | 25.89 | - |
| YUV | 146.47 | 113.05 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 214 | 120 | 0.89 | 0 | 0.44 | 0.16 | 150.32 | 0.8 | 0.47 |
| Hex | 18 | D6 | 78 | 59 | 0 | 2C | 10 | 96 | 50 | 2F |
| Octal | 30 | 326 | 170 | 131 | 0 | 54 | 20 | 226 | 120 | 57 |
| Binary | 11000 | 11010110 | 1111000 | 1011001 | 0 | 101100 | 10000 | 10010110 | 1010000 | 101111 |
Color Harmonies of #18D678
Complementary color
Monochromatic Colors of #18D678
Black with #18D678
Text Example
Text Example
White with #18D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D678; }
p { color: rgb(24,214,120); }
H1.HeaderClassName
{
color: #18D678;
}
.AnyTagClassName
{
color: #18D678;
}
</style>
background-color css
<style>
a { background-color: #18D678; }
a { background-color: rgb(24,214,120); }
div.DivClassName
{
background-color: #18D678;
}
.BgClassName
{
background-color: #18D678;
}
</style>
border-color css
<style>
span { border-color: #18D678; }
span { border-color: rgb(24,214,120); }
td.TdClassName
{
border-color: #18D678;
}
.TagClassName
{
border-color: #18D678;
}
</style>