Shades of Mountain Meadow #18BD70
Tints of Mountain Meadow #18BD70
RGB
CMYK
RGB Variations
Color information
#18BD70 (or 0x18BD70) is known color: Mountain Meadow. HEX triplet: 18, BD and 70. RGB value is (24,189,112). Sum of RGB (Red+Green+Blue) = 24+189+112=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BD70 is #E7428F. Grayscale: #838383. Windows color (decimal): -15155856 or 7388440. OLE color: 7388440.
HSL color Cylindrical-coordinate representation of color #18BD70: hue angle of 152º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD70 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 189 | 112 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.26 |
| HSL | 152º | 0.77% | 0.42% | - |
| HSV(B) | 152º | 0.87% | 0.74% | - |
| XYZ | 21.5 | 37.76 | 21.48 | - |
| YUV | 130.89 | 117.34 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 112 | 0.87 | 0 | 0.41 | 0.26 | 152 | 0.77 | 0.42 |
| Hex | 18 | BD | 70 | 57 | 0 | 29 | 1A | 98 | 4D | 2A |
| Octal | 30 | 275 | 160 | 127 | 0 | 51 | 32 | 230 | 115 | 52 |
| Binary | 11000 | 10111101 | 1110000 | 1010111 | 0 | 101001 | 11010 | 10011000 | 1001101 | 101010 |
Color Harmonies of #18BD70
Complementary color
Monochromatic Colors of #18BD70
Black with #18BD70
Text Example
Text Example
White with #18BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BD70; }
p { color: rgb(24,189,112); }
H1.HeaderClassName
{
color: #18BD70;
}
.AnyTagClassName
{
color: #18BD70;
}
</style>
background-color css
<style>
a { background-color: #18BD70; }
a { background-color: rgb(24,189,112); }
div.DivClassName
{
background-color: #18BD70;
}
.BgClassName
{
background-color: #18BD70;
}
</style>
border-color css
<style>
span { border-color: #18BD70; }
span { border-color: rgb(24,189,112); }
td.TdClassName
{
border-color: #18BD70;
}
.TagClassName
{
border-color: #18BD70;
}
</style>