Shades of Mountain Meadow #18C280
Tints of Mountain Meadow #18C280
RGB
CMYK
RGB Variations
Color information
#18C280 (or 0x18C280) is known color: Mountain Meadow. HEX triplet: 18, C2 and 80. RGB value is (24,194,128). Sum of RGB (Red+Green+Blue) = 24+194+128=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #18C280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C280 is #E73D7F. Grayscale: #878787. Windows color (decimal): -15154560 or 8438296. OLE color: 8438296.
HSL color Cylindrical-coordinate representation of color #18C280: hue angle of 156.71º 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 #18C280 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 128 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.24 |
| HSL | 156.71º | 0.78% | 0.43% | - |
| HSV(B) | 156.71º | 0.88% | 0.76% | - |
| XYZ | 23.56 | 40.34 | 26.97 | - |
| YUV | 135.65 | 123.68 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 128 | 0.88 | 0 | 0.34 | 0.24 | 156.71 | 0.78 | 0.43 |
| Hex | 18 | C2 | 80 | 58 | 0 | 22 | 18 | 9D | 4E | 2B |
| Octal | 30 | 302 | 200 | 130 | 0 | 42 | 30 | 235 | 116 | 53 |
| Binary | 11000 | 11000010 | 10000000 | 1011000 | 0 | 100010 | 11000 | 10011101 | 1001110 | 101011 |
Color Harmonies of #18C280
Complementary color
Monochromatic Colors of #18C280
Black with #18C280
Text Example
Text Example
White with #18C280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C280; }
p { color: rgb(24,194,128); }
H1.HeaderClassName
{
color: #18C280;
}
.AnyTagClassName
{
color: #18C280;
}
</style>
background-color css
<style>
a { background-color: #18C280; }
a { background-color: rgb(24,194,128); }
div.DivClassName
{
background-color: #18C280;
}
.BgClassName
{
background-color: #18C280;
}
</style>
border-color css
<style>
span { border-color: #18C280; }
span { border-color: rgb(24,194,128); }
td.TdClassName
{
border-color: #18C280;
}
.TagClassName
{
border-color: #18C280;
}
</style>