Shades of Mountain Meadow #18D276
Tints of Mountain Meadow #18D276
RGB
CMYK
RGB Variations
Color information
#18D276 (or 0x18D276) is known color: Mountain Meadow. HEX triplet: 18, D2 and 76. RGB value is (24,210,118). Sum of RGB (Red+Green+Blue) = 24+210+118=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #18D276 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D276 is #E72D89. Grayscale: #909090. Windows color (decimal): -15150474 or 7787032. OLE color: 7787032.
HSL color Cylindrical-coordinate representation of color #18D276: hue angle of 150.32º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D276 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 118 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.18 |
| HSL | 150.32º | 0.79% | 0.46% | - |
| HSV(B) | 150.32º | 0.89% | 0.82% | - |
| XYZ | 26.69 | 47.6 | 24.92 | - |
| YUV | 143.9 | 113.38 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 118 | 0.89 | 0 | 0.44 | 0.18 | 150.32 | 0.79 | 0.46 |
| Hex | 18 | D2 | 76 | 59 | 0 | 2C | 12 | 96 | 4F | 2E |
| Octal | 30 | 322 | 166 | 131 | 0 | 54 | 22 | 226 | 117 | 56 |
| Binary | 11000 | 11010010 | 1110110 | 1011001 | 0 | 101100 | 10010 | 10010110 | 1001111 | 101110 |
Color Harmonies of #18D276
Complementary color
Monochromatic Colors of #18D276
Black with #18D276
Text Example
Text Example
White with #18D276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D276; }
p { color: rgb(24,210,118); }
H1.HeaderClassName
{
color: #18D276;
}
.AnyTagClassName
{
color: #18D276;
}
</style>
background-color css
<style>
a { background-color: #18D276; }
a { background-color: rgb(24,210,118); }
div.DivClassName
{
background-color: #18D276;
}
.BgClassName
{
background-color: #18D276;
}
</style>
border-color css
<style>
span { border-color: #18D276; }
span { border-color: rgb(24,210,118); }
td.TdClassName
{
border-color: #18D276;
}
.TagClassName
{
border-color: #18D276;
}
</style>