Shades of Mountain Meadow #18BD71
Tints of Mountain Meadow #18BD71
RGB
CMYK
RGB Variations
Color information
#18BD71 (or 0x18BD71) is known color: Mountain Meadow. HEX triplet: 18, BD and 71. RGB value is (24,189,113). Sum of RGB (Red+Green+Blue) = 24+189+113=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BD71 is #E7428E. Grayscale: #838383. Windows color (decimal): -15155855 or 7453976. OLE color: 7453976.
HSL color Cylindrical-coordinate representation of color #18BD71: hue angle of 152.36º 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 #18BD71 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 189 | 113 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.26 |
| HSL | 152.36º | 0.77% | 0.42% | - |
| HSV(B) | 152.36º | 0.87% | 0.74% | - |
| XYZ | 21.55 | 37.78 | 21.78 | - |
| YUV | 131 | 117.84 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 113 | 0.87 | 0 | 0.40 | 0.26 | 152.36 | 0.77 | 0.42 |
| Hex | 18 | BD | 71 | 57 | 0 | 28 | 1A | 98 | 4D | 2A |
| Octal | 30 | 275 | 161 | 127 | 0 | 50 | 32 | 230 | 115 | 52 |
| Binary | 11000 | 10111101 | 1110001 | 1010111 | 0 | 101000 | 11010 | 10011000 | 1001101 | 101010 |
Color Harmonies of #18BD71
Complementary color
Monochromatic Colors of #18BD71
Black with #18BD71
Text Example
Text Example
White with #18BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BD71; }
p { color: rgb(24,189,113); }
H1.HeaderClassName
{
color: #18BD71;
}
.AnyTagClassName
{
color: #18BD71;
}
</style>
background-color css
<style>
a { background-color: #18BD71; }
a { background-color: rgb(24,189,113); }
div.DivClassName
{
background-color: #18BD71;
}
.BgClassName
{
background-color: #18BD71;
}
</style>
border-color css
<style>
span { border-color: #18BD71; }
span { border-color: rgb(24,189,113); }
td.TdClassName
{
border-color: #18BD71;
}
.TagClassName
{
border-color: #18BD71;
}
</style>