Shades of Mountain Meadow #18C992
Tints of Mountain Meadow #18C992
RGB
CMYK
RGB Variations
Color information
#18C992 (or 0x18C992) is known color: Mountain Meadow. HEX triplet: 18, C9 and 92. RGB value is (24,201,146). Sum of RGB (Red+Green+Blue) = 24+201+146=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #18C992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C992 is #E7366D. Grayscale: #8D8D8D. Windows color (decimal): -15152750 or 9619736. OLE color: 9619736.
HSL color Cylindrical-coordinate representation of color #18C992: hue angle of 161.36º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C992 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 201 | 146 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.21 |
| HSL | 161.36º | 0.79% | 0.44% | - |
| HSV(B) | 161.36º | 0.88% | 0.79% | - |
| XYZ | 26.45 | 44.04 | 34.3 | - |
| YUV | 141.81 | 130.36 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 201 | 146 | 0.88 | 0 | 0.27 | 0.21 | 161.36 | 0.79 | 0.44 |
| Hex | 18 | C9 | 92 | 58 | 0 | 1B | 15 | A1 | 4F | 2C |
| Octal | 30 | 311 | 222 | 130 | 0 | 33 | 25 | 241 | 117 | 54 |
| Binary | 11000 | 11001001 | 10010010 | 1011000 | 0 | 11011 | 10101 | 10100001 | 1001111 | 101100 |
Color Harmonies of #18C992
Complementary color
Monochromatic Colors of #18C992
Black with #18C992
Text Example
Text Example
White with #18C992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C992; }
p { color: rgb(24,201,146); }
H1.HeaderClassName
{
color: #18C992;
}
.AnyTagClassName
{
color: #18C992;
}
</style>
background-color css
<style>
a { background-color: #18C992; }
a { background-color: rgb(24,201,146); }
div.DivClassName
{
background-color: #18C992;
}
.BgClassName
{
background-color: #18C992;
}
</style>
border-color css
<style>
span { border-color: #18C992; }
span { border-color: rgb(24,201,146); }
td.TdClassName
{
border-color: #18C992;
}
.TagClassName
{
border-color: #18C992;
}
</style>