Shades of Mountain Meadow #18B66C
Tints of Mountain Meadow #18B66C
RGB
CMYK
RGB Variations
Color information
#18B66C (or 0x18B66C) is known color: Mountain Meadow. HEX triplet: 18, B6 and 6C. RGB value is (24,182,108). Sum of RGB (Red+Green+Blue) = 24+182+108=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #18B66C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B66C is #E74993. Grayscale: #7E7E7E. Windows color (decimal): -15157652 or 7124504. OLE color: 7124504.
HSL color Cylindrical-coordinate representation of color #18B66C: hue angle of 151.9º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B66C is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 182 | 108 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.29 |
| HSL | 151.9º | 0.77% | 0.4% | - |
| HSV(B) | 151.9º | 0.87% | 0.71% | - |
| XYZ | 19.81 | 34.73 | 19.85 | - |
| YUV | 126.32 | 117.65 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 182 | 108 | 0.87 | 0 | 0.41 | 0.29 | 151.9 | 0.77 | 0.4 |
| Hex | 18 | B6 | 6C | 57 | 0 | 29 | 1D | 98 | 4D | 28 |
| Octal | 30 | 266 | 154 | 127 | 0 | 51 | 35 | 230 | 115 | 50 |
| Binary | 11000 | 10110110 | 1101100 | 1010111 | 0 | 101001 | 11101 | 10011000 | 1001101 | 101000 |
Color Harmonies of #18B66C
Complementary color
Monochromatic Colors of #18B66C
Black with #18B66C
Text Example
Text Example
White with #18B66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B66C; }
p { color: rgb(24,182,108); }
H1.HeaderClassName
{
color: #18B66C;
}
.AnyTagClassName
{
color: #18B66C;
}
</style>
background-color css
<style>
a { background-color: #18B66C; }
a { background-color: rgb(24,182,108); }
div.DivClassName
{
background-color: #18B66C;
}
.BgClassName
{
background-color: #18B66C;
}
</style>
border-color css
<style>
span { border-color: #18B66C; }
span { border-color: rgb(24,182,108); }
td.TdClassName
{
border-color: #18B66C;
}
.TagClassName
{
border-color: #18B66C;
}
</style>