Shades of Mountain Meadow #18C38D
Tints of Mountain Meadow #18C38D
RGB
CMYK
RGB Variations
Color information
#18C38D (or 0x18C38D) is known color: Mountain Meadow. HEX triplet: 18, C3 and 8D. RGB value is (24,195,141). Sum of RGB (Red+Green+Blue) = 24+195+141=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #18C38D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C38D is #E73C72. Grayscale: #898989. Windows color (decimal): -15154291 or 9290520. OLE color: 9290520.
HSL color Cylindrical-coordinate representation of color #18C38D: hue angle of 161.05º 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 #18C38D is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 141 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.24 |
| HSL | 161.05º | 0.78% | 0.43% | - |
| HSV(B) | 161.05º | 0.88% | 0.76% | - |
| XYZ | 24.7 | 41.15 | 31.84 | - |
| YUV | 137.72 | 129.85 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 141 | 0.88 | 0 | 0.28 | 0.24 | 161.05 | 0.78 | 0.43 |
| Hex | 18 | C3 | 8D | 58 | 0 | 1C | 18 | A1 | 4E | 2B |
| Octal | 30 | 303 | 215 | 130 | 0 | 34 | 30 | 241 | 116 | 53 |
| Binary | 11000 | 11000011 | 10001101 | 1011000 | 0 | 11100 | 11000 | 10100001 | 1001110 | 101011 |
Color Harmonies of #18C38D
Complementary color
Monochromatic Colors of #18C38D
Black with #18C38D
Text Example
Text Example
White with #18C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C38D; }
p { color: rgb(24,195,141); }
H1.HeaderClassName
{
color: #18C38D;
}
.AnyTagClassName
{
color: #18C38D;
}
</style>
background-color css
<style>
a { background-color: #18C38D; }
a { background-color: rgb(24,195,141); }
div.DivClassName
{
background-color: #18C38D;
}
.BgClassName
{
background-color: #18C38D;
}
</style>
border-color css
<style>
span { border-color: #18C38D; }
span { border-color: rgb(24,195,141); }
td.TdClassName
{
border-color: #18C38D;
}
.TagClassName
{
border-color: #18C38D;
}
</style>