Shades of Mountain Meadow #18C199
Tints of Mountain Meadow #18C199
RGB
CMYK
RGB Variations
Color information
#18C199 (or 0x18C199) is known color: Mountain Meadow. HEX triplet: 18, C1 and 99. RGB value is (24,193,153). Sum of RGB (Red+Green+Blue) = 24+193+153=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #18C199 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C199 is #E73E66. Grayscale: #898989. Windows color (decimal): -15154791 or 10076440. OLE color: 10076440.
HSL color Cylindrical-coordinate representation of color #18C199: hue angle of 165.8º 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 #18C199 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 153 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.24 |
| HSL | 165.8º | 0.78% | 0.43% | - |
| HSV(B) | 165.8º | 0.88% | 0.76% | - |
| XYZ | 25.2 | 40.63 | 36.65 | - |
| YUV | 137.91 | 136.51 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 153 | 0.88 | 0 | 0.21 | 0.24 | 165.8 | 0.78 | 0.43 |
| Hex | 18 | C1 | 99 | 58 | 0 | 15 | 18 | A6 | 4E | 2B |
| Octal | 30 | 301 | 231 | 130 | 0 | 25 | 30 | 246 | 116 | 53 |
| Binary | 11000 | 11000001 | 10011001 | 1011000 | 0 | 10101 | 11000 | 10100110 | 1001110 | 101011 |
Color Harmonies of #18C199
Complementary color
Monochromatic Colors of #18C199
Black with #18C199
Text Example
Text Example
White with #18C199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C199; }
p { color: rgb(24,193,153); }
H1.HeaderClassName
{
color: #18C199;
}
.AnyTagClassName
{
color: #18C199;
}
</style>
background-color css
<style>
a { background-color: #18C199; }
a { background-color: rgb(24,193,153); }
div.DivClassName
{
background-color: #18C199;
}
.BgClassName
{
background-color: #18C199;
}
</style>
border-color css
<style>
span { border-color: #18C199; }
span { border-color: rgb(24,193,153); }
td.TdClassName
{
border-color: #18C199;
}
.TagClassName
{
border-color: #18C199;
}
</style>