Shades of Mountain Meadow #18C270
Tints of Mountain Meadow #18C270
RGB
CMYK
RGB Variations
Color information
#18C270 (or 0x18C270) is known color: Mountain Meadow. HEX triplet: 18, C2 and 70. RGB value is (24,194,112). Sum of RGB (Red+Green+Blue) = 24+194+112=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #18C270 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C270 is #E73D8F. Grayscale: #858585. Windows color (decimal): -15154576 or 7389720. OLE color: 7389720.
HSL color Cylindrical-coordinate representation of color #18C270: hue angle of 151.06º 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 #18C270 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 112 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.24 |
| HSL | 151.06º | 0.78% | 0.43% | - |
| HSV(B) | 151.06º | 0.88% | 0.76% | - |
| XYZ | 22.59 | 39.95 | 21.85 | - |
| YUV | 133.82 | 115.68 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 112 | 0.88 | 0 | 0.42 | 0.24 | 151.06 | 0.78 | 0.43 |
| Hex | 18 | C2 | 70 | 58 | 0 | 2A | 18 | 97 | 4E | 2B |
| Octal | 30 | 302 | 160 | 130 | 0 | 52 | 30 | 227 | 116 | 53 |
| Binary | 11000 | 11000010 | 1110000 | 1011000 | 0 | 101010 | 11000 | 10010111 | 1001110 | 101011 |
Color Harmonies of #18C270
Complementary color
Monochromatic Colors of #18C270
Black with #18C270
Text Example
Text Example
White with #18C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C270; }
p { color: rgb(24,194,112); }
H1.HeaderClassName
{
color: #18C270;
}
.AnyTagClassName
{
color: #18C270;
}
</style>
background-color css
<style>
a { background-color: #18C270; }
a { background-color: rgb(24,194,112); }
div.DivClassName
{
background-color: #18C270;
}
.BgClassName
{
background-color: #18C270;
}
</style>
border-color css
<style>
span { border-color: #18C270; }
span { border-color: rgb(24,194,112); }
td.TdClassName
{
border-color: #18C270;
}
.TagClassName
{
border-color: #18C270;
}
</style>