Shades of Mountain Meadow #18C37C
Tints of Mountain Meadow #18C37C
RGB
CMYK
RGB Variations
Color information
#18C37C (or 0x18C37C) is known color: Mountain Meadow. HEX triplet: 18, C3 and 7C. RGB value is (24,195,124). Sum of RGB (Red+Green+Blue) = 24+195+124=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #18C37C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C37C is #E73C83. Grayscale: #878787. Windows color (decimal): -15154308 or 8176408. OLE color: 8176408.
HSL color Cylindrical-coordinate representation of color #18C37C: hue angle of 155.09º 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 #18C37C is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 195 | 124 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.24 |
| HSL | 155.09º | 0.78% | 0.43% | - |
| HSV(B) | 155.09º | 0.88% | 0.76% | - |
| XYZ | 23.53 | 40.68 | 25.68 | - |
| YUV | 135.78 | 121.35 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 195 | 124 | 0.88 | 0 | 0.36 | 0.24 | 155.09 | 0.78 | 0.43 |
| Hex | 18 | C3 | 7C | 58 | 0 | 24 | 18 | 9B | 4E | 2B |
| Octal | 30 | 303 | 174 | 130 | 0 | 44 | 30 | 233 | 116 | 53 |
| Binary | 11000 | 11000011 | 1111100 | 1011000 | 0 | 100100 | 11000 | 10011011 | 1001110 | 101011 |
Color Harmonies of #18C37C
Complementary color
Monochromatic Colors of #18C37C
Black with #18C37C
Text Example
Text Example
White with #18C37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C37C; }
p { color: rgb(24,195,124); }
H1.HeaderClassName
{
color: #18C37C;
}
.AnyTagClassName
{
color: #18C37C;
}
</style>
background-color css
<style>
a { background-color: #18C37C; }
a { background-color: rgb(24,195,124); }
div.DivClassName
{
background-color: #18C37C;
}
.BgClassName
{
background-color: #18C37C;
}
</style>
border-color css
<style>
span { border-color: #18C37C; }
span { border-color: rgb(24,195,124); }
td.TdClassName
{
border-color: #18C37C;
}
.TagClassName
{
border-color: #18C37C;
}
</style>