Shades of Mountain Meadow #18C099
Tints of Mountain Meadow #18C099
RGB
CMYK
RGB Variations
Color information
#18C099 (or 0x18C099) is known color: Mountain Meadow. HEX triplet: 18, C0 and 99. RGB value is (24,192,153). Sum of RGB (Red+Green+Blue) = 24+192+153=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #18C099 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C099 is #E73F66. Grayscale: #898989. Windows color (decimal): -15155047 or 10076184. OLE color: 10076184.
HSL color Cylindrical-coordinate representation of color #18C099: hue angle of 166.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C099 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 153 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.25 |
| HSL | 166.07º | 0.78% | 0.42% | - |
| HSV(B) | 166.07º | 0.88% | 0.75% | - |
| XYZ | 24.98 | 40.19 | 36.58 | - |
| YUV | 137.32 | 136.84 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 153 | 0.88 | 0 | 0.20 | 0.25 | 166.07 | 0.78 | 0.42 |
| Hex | 18 | C0 | 99 | 58 | 0 | 14 | 19 | A6 | 4E | 2A |
| Octal | 30 | 300 | 231 | 130 | 0 | 24 | 31 | 246 | 116 | 52 |
| Binary | 11000 | 11000000 | 10011001 | 1011000 | 0 | 10100 | 11001 | 10100110 | 1001110 | 101010 |
Color Harmonies of #18C099
Complementary color
Monochromatic Colors of #18C099
Black with #18C099
Text Example
Text Example
White with #18C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C099; }
p { color: rgb(24,192,153); }
H1.HeaderClassName
{
color: #18C099;
}
.AnyTagClassName
{
color: #18C099;
}
</style>
background-color css
<style>
a { background-color: #18C099; }
a { background-color: rgb(24,192,153); }
div.DivClassName
{
background-color: #18C099;
}
.BgClassName
{
background-color: #18C099;
}
</style>
border-color css
<style>
span { border-color: #18C099; }
span { border-color: rgb(24,192,153); }
td.TdClassName
{
border-color: #18C099;
}
.TagClassName
{
border-color: #18C099;
}
</style>