Shades of Mountain Meadow #18C19A
Tints of Mountain Meadow #18C19A
RGB
CMYK
RGB Variations
Color information
#18C19A (or 0x18C19A) is known color: Mountain Meadow. HEX triplet: 18, C1 and 9A. RGB value is (24,193,154). Sum of RGB (Red+Green+Blue) = 24+193+154=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #18C19A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C19A is #E73E65. Grayscale: #8A8A8A. Windows color (decimal): -15154790 or 10141976. OLE color: 10141976.
HSL color Cylindrical-coordinate representation of color #18C19A: hue angle of 166.15º 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 #18C19A is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 154 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.24 |
| HSL | 166.15º | 0.78% | 0.43% | - |
| HSV(B) | 166.15º | 0.88% | 0.76% | - |
| XYZ | 25.28 | 40.67 | 37.09 | - |
| YUV | 138.02 | 137.01 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 154 | 0.88 | 0 | 0.20 | 0.24 | 166.15 | 0.78 | 0.43 |
| Hex | 18 | C1 | 9A | 58 | 0 | 14 | 18 | A6 | 4E | 2B |
| Octal | 30 | 301 | 232 | 130 | 0 | 24 | 30 | 246 | 116 | 53 |
| Binary | 11000 | 11000001 | 10011010 | 1011000 | 0 | 10100 | 11000 | 10100110 | 1001110 | 101011 |
Color Harmonies of #18C19A
Complementary color
Monochromatic Colors of #18C19A
Black with #18C19A
Text Example
Text Example
White with #18C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C19A; }
p { color: rgb(24,193,154); }
H1.HeaderClassName
{
color: #18C19A;
}
.AnyTagClassName
{
color: #18C19A;
}
</style>
background-color css
<style>
a { background-color: #18C19A; }
a { background-color: rgb(24,193,154); }
div.DivClassName
{
background-color: #18C19A;
}
.BgClassName
{
background-color: #18C19A;
}
</style>
border-color css
<style>
span { border-color: #18C19A; }
span { border-color: rgb(24,193,154); }
td.TdClassName
{
border-color: #18C19A;
}
.TagClassName
{
border-color: #18C19A;
}
</style>