Shades of Mountain Meadow #18B283
Tints of Mountain Meadow #18B283
RGB
CMYK
RGB Variations
Color information
#18B283 (or 0x18B283) is known color: Mountain Meadow. HEX triplet: 18, B2 and 83. RGB value is (24,178,131). Sum of RGB (Red+Green+Blue) = 24+178+131=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #18B283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B283 is #E74D7C. Grayscale: #7E7E7E. Windows color (decimal): -15158653 or 8630808. OLE color: 8630808.
HSL color Cylindrical-coordinate representation of color #18B283: hue angle of 161.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B283 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 178 | 131 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.30 |
| HSL | 161.69º | 0.76% | 0.4% | - |
| HSV(B) | 161.69º | 0.87% | 0.7% | - |
| XYZ | 20.39 | 33.67 | 26.9 | - |
| YUV | 126.6 | 130.48 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 178 | 131 | 0.87 | 0 | 0.26 | 0.30 | 161.69 | 0.76 | 0.4 |
| Hex | 18 | B2 | 83 | 57 | 0 | 1A | 1E | A2 | 4C | 28 |
| Octal | 30 | 262 | 203 | 127 | 0 | 32 | 36 | 242 | 114 | 50 |
| Binary | 11000 | 10110010 | 10000011 | 1010111 | 0 | 11010 | 11110 | 10100010 | 1001100 | 101000 |
Color Harmonies of #18B283
Complementary color
Monochromatic Colors of #18B283
Black with #18B283
Text Example
Text Example
White with #18B283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B283; }
p { color: rgb(24,178,131); }
H1.HeaderClassName
{
color: #18B283;
}
.AnyTagClassName
{
color: #18B283;
}
</style>
background-color css
<style>
a { background-color: #18B283; }
a { background-color: rgb(24,178,131); }
div.DivClassName
{
background-color: #18B283;
}
.BgClassName
{
background-color: #18B283;
}
</style>
border-color css
<style>
span { border-color: #18B283; }
span { border-color: rgb(24,178,131); }
td.TdClassName
{
border-color: #18B283;
}
.TagClassName
{
border-color: #18B283;
}
</style>