Shades of Mountain Meadow #18C491
Tints of Mountain Meadow #18C491
RGB
CMYK
RGB Variations
Color information
#18C491 (or 0x18C491) is known color: Mountain Meadow. HEX triplet: 18, C4 and 91. RGB value is (24,196,145). Sum of RGB (Red+Green+Blue) = 24+196+145=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #18C491 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C491 is #E73B6E. Grayscale: #8A8A8A. Windows color (decimal): -15154031 or 9552920. OLE color: 9552920.
HSL color Cylindrical-coordinate representation of color #18C491: hue angle of 162.21º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C491 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 196 | 145 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.23 |
| HSL | 162.21º | 0.78% | 0.43% | - |
| HSV(B) | 162.21º | 0.88% | 0.77% | - |
| XYZ | 25.23 | 41.72 | 33.51 | - |
| YUV | 138.76 | 131.52 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 196 | 145 | 0.88 | 0 | 0.26 | 0.23 | 162.21 | 0.78 | 0.43 |
| Hex | 18 | C4 | 91 | 58 | 0 | 1A | 17 | A2 | 4E | 2B |
| Octal | 30 | 304 | 221 | 130 | 0 | 32 | 27 | 242 | 116 | 53 |
| Binary | 11000 | 11000100 | 10010001 | 1011000 | 0 | 11010 | 10111 | 10100010 | 1001110 | 101011 |
Color Harmonies of #18C491
Complementary color
Monochromatic Colors of #18C491
Black with #18C491
Text Example
Text Example
White with #18C491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C491; }
p { color: rgb(24,196,145); }
H1.HeaderClassName
{
color: #18C491;
}
.AnyTagClassName
{
color: #18C491;
}
</style>
background-color css
<style>
a { background-color: #18C491; }
a { background-color: rgb(24,196,145); }
div.DivClassName
{
background-color: #18C491;
}
.BgClassName
{
background-color: #18C491;
}
</style>
border-color css
<style>
span { border-color: #18C491; }
span { border-color: rgb(24,196,145); }
td.TdClassName
{
border-color: #18C491;
}
.TagClassName
{
border-color: #18C491;
}
</style>