Shades of Mountain Meadow #18BB6E
Tints of Mountain Meadow #18BB6E
RGB
CMYK
RGB Variations
Color information
#18BB6E (or 0x18BB6E) is known color: Mountain Meadow. HEX triplet: 18, BB and 6E. RGB value is (24,187,110). Sum of RGB (Red+Green+Blue) = 24+187+110=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BB6E is #E74491. Grayscale: #818181. Windows color (decimal): -15156370 or 7256856. OLE color: 7256856.
HSL color Cylindrical-coordinate representation of color #18BB6E: hue angle of 151.66º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BB6E is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 187 | 110 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.27 |
| HSL | 151.66º | 0.77% | 0.41% | - |
| HSV(B) | 151.66º | 0.87% | 0.73% | - |
| XYZ | 20.96 | 36.86 | 20.76 | - |
| YUV | 129.49 | 117 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 110 | 0.87 | 0 | 0.41 | 0.27 | 151.66 | 0.77 | 0.41 |
| Hex | 18 | BB | 6E | 57 | 0 | 29 | 1B | 98 | 4D | 29 |
| Octal | 30 | 273 | 156 | 127 | 0 | 51 | 33 | 230 | 115 | 51 |
| Binary | 11000 | 10111011 | 1101110 | 1010111 | 0 | 101001 | 11011 | 10011000 | 1001101 | 101001 |
Color Harmonies of #18BB6E
Complementary color
Monochromatic Colors of #18BB6E
Black with #18BB6E
Text Example
Text Example
White with #18BB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BB6E; }
p { color: rgb(24,187,110); }
H1.HeaderClassName
{
color: #18BB6E;
}
.AnyTagClassName
{
color: #18BB6E;
}
</style>
background-color css
<style>
a { background-color: #18BB6E; }
a { background-color: rgb(24,187,110); }
div.DivClassName
{
background-color: #18BB6E;
}
.BgClassName
{
background-color: #18BB6E;
}
</style>
border-color css
<style>
span { border-color: #18BB6E; }
span { border-color: rgb(24,187,110); }
td.TdClassName
{
border-color: #18BB6E;
}
.TagClassName
{
border-color: #18BB6E;
}
</style>