Shades of Mountain Meadow #18C387
Tints of Mountain Meadow #18C387
RGB
CMYK
RGB Variations
Color information
#18C387 (or 0x18C387) is known color: Mountain Meadow. HEX triplet: 18, C3 and 87. RGB value is (24,195,135). Sum of RGB (Red+Green+Blue) = 24+195+135=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #18C387 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C387 is #E73C78. Grayscale: #898989. Windows color (decimal): -15154297 or 8897304. OLE color: 8897304.
HSL color Cylindrical-coordinate representation of color #18C387: hue angle of 158.95º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C387 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 135 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.24 |
| HSL | 158.95º | 0.78% | 0.43% | - |
| HSV(B) | 158.95º | 0.88% | 0.76% | - |
| XYZ | 24.26 | 40.97 | 29.55 | - |
| YUV | 137.03 | 126.85 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 135 | 0.88 | 0 | 0.31 | 0.24 | 158.95 | 0.78 | 0.43 |
| Hex | 18 | C3 | 87 | 58 | 0 | 1F | 18 | 9F | 4E | 2B |
| Octal | 30 | 303 | 207 | 130 | 0 | 37 | 30 | 237 | 116 | 53 |
| Binary | 11000 | 11000011 | 10000111 | 1011000 | 0 | 11111 | 11000 | 10011111 | 1001110 | 101011 |
Color Harmonies of #18C387
Complementary color
Monochromatic Colors of #18C387
Black with #18C387
Text Example
Text Example
White with #18C387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C387; }
p { color: rgb(24,195,135); }
H1.HeaderClassName
{
color: #18C387;
}
.AnyTagClassName
{
color: #18C387;
}
</style>
background-color css
<style>
a { background-color: #18C387; }
a { background-color: rgb(24,195,135); }
div.DivClassName
{
background-color: #18C387;
}
.BgClassName
{
background-color: #18C387;
}
</style>
border-color css
<style>
span { border-color: #18C387; }
span { border-color: rgb(24,195,135); }
td.TdClassName
{
border-color: #18C387;
}
.TagClassName
{
border-color: #18C387;
}
</style>