Shades of Mountain Meadow #18C375
Tints of Mountain Meadow #18C375
RGB
CMYK
RGB Variations
Color information
#18C375 (or 0x18C375) is known color: Mountain Meadow. HEX triplet: 18, C3 and 75. RGB value is (24,195,117). Sum of RGB (Red+Green+Blue) = 24+195+117=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #18C375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C375 is #E73C8A. Grayscale: #878787. Windows color (decimal): -15154315 or 7717656. OLE color: 7717656.
HSL color Cylindrical-coordinate representation of color #18C375: hue angle of 152.63º 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 #18C375 is Cyan = 0.88, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 117 | - |
| CMYK | 0.88 | 0 | 0.4 | 0.24 |
| HSL | 152.63º | 0.78% | 0.43% | - |
| HSV(B) | 152.63º | 0.88% | 0.76% | - |
| XYZ | 23.1 | 40.51 | 23.43 | - |
| YUV | 134.98 | 117.85 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 117 | 0.88 | 0 | 0.4 | 0.24 | 152.63 | 0.78 | 0.43 |
| Hex | 18 | C3 | 75 | 58 | 0 | 28 | 18 | 99 | 4E | 2B |
| Octal | 30 | 303 | 165 | 130 | 0 | 50 | 30 | 231 | 116 | 53 |
| Binary | 11000 | 11000011 | 1110101 | 1011000 | 0 | 101000 | 11000 | 10011001 | 1001110 | 101011 |
Color Harmonies of #18C375
Complementary color
Monochromatic Colors of #18C375
Black with #18C375
Text Example
Text Example
White with #18C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C375; }
p { color: rgb(24,195,117); }
H1.HeaderClassName
{
color: #18C375;
}
.AnyTagClassName
{
color: #18C375;
}
</style>
background-color css
<style>
a { background-color: #18C375; }
a { background-color: rgb(24,195,117); }
div.DivClassName
{
background-color: #18C375;
}
.BgClassName
{
background-color: #18C375;
}
</style>
border-color css
<style>
span { border-color: #18C375; }
span { border-color: rgb(24,195,117); }
td.TdClassName
{
border-color: #18C375;
}
.TagClassName
{
border-color: #18C375;
}
</style>