Shades of Mountain Meadow #18BB83
Tints of Mountain Meadow #18BB83
RGB
CMYK
RGB Variations
Color information
#18BB83 (or 0x18BB83) is known color: Mountain Meadow. HEX triplet: 18, BB and 83. RGB value is (24,187,131). Sum of RGB (Red+Green+Blue) = 24+187+131=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BB83 is #E7447C. Grayscale: #838383. Windows color (decimal): -15156349 or 8633112. OLE color: 8633112.
HSL color Cylindrical-coordinate representation of color #18BB83: hue angle of 159.39º 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 #18BB83 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 187 | 131 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.27 |
| HSL | 159.39º | 0.77% | 0.41% | - |
| HSV(B) | 159.39º | 0.87% | 0.73% | - |
| XYZ | 22.24 | 37.37 | 27.51 | - |
| YUV | 131.88 | 127.5 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 131 | 0.87 | 0 | 0.30 | 0.27 | 159.39 | 0.77 | 0.41 |
| Hex | 18 | BB | 83 | 57 | 0 | 1E | 1B | 9F | 4D | 29 |
| Octal | 30 | 273 | 203 | 127 | 0 | 36 | 33 | 237 | 115 | 51 |
| Binary | 11000 | 10111011 | 10000011 | 1010111 | 0 | 11110 | 11011 | 10011111 | 1001101 | 101001 |
Color Harmonies of #18BB83
Complementary color
Monochromatic Colors of #18BB83
Black with #18BB83
Text Example
Text Example
White with #18BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BB83; }
p { color: rgb(24,187,131); }
H1.HeaderClassName
{
color: #18BB83;
}
.AnyTagClassName
{
color: #18BB83;
}
</style>
background-color css
<style>
a { background-color: #18BB83; }
a { background-color: rgb(24,187,131); }
div.DivClassName
{
background-color: #18BB83;
}
.BgClassName
{
background-color: #18BB83;
}
</style>
border-color css
<style>
span { border-color: #18BB83; }
span { border-color: rgb(24,187,131); }
td.TdClassName
{
border-color: #18BB83;
}
.TagClassName
{
border-color: #18BB83;
}
</style>