Shades of Mountain Meadow #18C169
Tints of Mountain Meadow #18C169
RGB
CMYK
RGB Variations
Color information
#18C169 (or 0x18C169) is known color: Mountain Meadow. HEX triplet: 18, C1 and 69. RGB value is (24,193,105). Sum of RGB (Red+Green+Blue) = 24+193+105=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #18C169 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C169 is #E73E96. Grayscale: #848484. Windows color (decimal): -15154839 or 6930712. OLE color: 6930712.
HSL color Cylindrical-coordinate representation of color #18C169: hue angle of 148.76º 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 #18C169 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 105 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.24 |
| HSL | 148.76º | 0.78% | 0.43% | - |
| HSV(B) | 148.76º | 0.88% | 0.76% | - |
| XYZ | 22 | 39.35 | 19.8 | - |
| YUV | 132.44 | 112.51 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 105 | 0.88 | 0 | 0.46 | 0.24 | 148.76 | 0.78 | 0.43 |
| Hex | 18 | C1 | 69 | 58 | 0 | 2E | 18 | 95 | 4E | 2B |
| Octal | 30 | 301 | 151 | 130 | 0 | 56 | 30 | 225 | 116 | 53 |
| Binary | 11000 | 11000001 | 1101001 | 1011000 | 0 | 101110 | 11000 | 10010101 | 1001110 | 101011 |
Color Harmonies of #18C169
Complementary color
Monochromatic Colors of #18C169
Black with #18C169
Text Example
Text Example
White with #18C169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C169; }
p { color: rgb(24,193,105); }
H1.HeaderClassName
{
color: #18C169;
}
.AnyTagClassName
{
color: #18C169;
}
</style>
background-color css
<style>
a { background-color: #18C169; }
a { background-color: rgb(24,193,105); }
div.DivClassName
{
background-color: #18C169;
}
.BgClassName
{
background-color: #18C169;
}
</style>
border-color css
<style>
span { border-color: #18C169; }
span { border-color: rgb(24,193,105); }
td.TdClassName
{
border-color: #18C169;
}
.TagClassName
{
border-color: #18C169;
}
</style>