Shades of Mountain Meadow #18C971
Tints of Mountain Meadow #18C971
RGB
CMYK
RGB Variations
Color information
#18C971 (or 0x18C971) is known color: Mountain Meadow. HEX triplet: 18, C9 and 71. RGB value is (24,201,113). Sum of RGB (Red+Green+Blue) = 24+201+113=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #18C971 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C971 is #E7368E. Grayscale: #8A8A8A. Windows color (decimal): -15152783 or 7457048. OLE color: 7457048.
HSL color Cylindrical-coordinate representation of color #18C971: hue angle of 150.17º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C971 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 201 | 113 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.21 |
| HSL | 150.17º | 0.79% | 0.44% | - |
| HSV(B) | 150.17º | 0.88% | 0.79% | - |
| XYZ | 24.24 | 43.16 | 22.68 | - |
| YUV | 138.05 | 113.86 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 113 | 0.88 | 0 | 0.44 | 0.21 | 150.17 | 0.79 | 0.44 |
| Hex | 18 | C9 | 71 | 58 | 0 | 2C | 15 | 96 | 4F | 2C |
| Octal | 30 | 311 | 161 | 130 | 0 | 54 | 25 | 226 | 117 | 54 |
| Binary | 11000 | 11001001 | 1110001 | 1011000 | 0 | 101100 | 10101 | 10010110 | 1001111 | 101100 |
Color Harmonies of #18C971
Complementary color
Monochromatic Colors of #18C971
Black with #18C971
Text Example
Text Example
White with #18C971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C971; }
p { color: rgb(24,201,113); }
H1.HeaderClassName
{
color: #18C971;
}
.AnyTagClassName
{
color: #18C971;
}
</style>
background-color css
<style>
a { background-color: #18C971; }
a { background-color: rgb(24,201,113); }
div.DivClassName
{
background-color: #18C971;
}
.BgClassName
{
background-color: #18C971;
}
</style>
border-color css
<style>
span { border-color: #18C971; }
span { border-color: rgb(24,201,113); }
td.TdClassName
{
border-color: #18C971;
}
.TagClassName
{
border-color: #18C971;
}
</style>