Shades of Mountain Meadow #18C06B
Tints of Mountain Meadow #18C06B
RGB
CMYK
RGB Variations
Color information
#18C06B (or 0x18C06B) is known color: Mountain Meadow. HEX triplet: 18, C0 and 6B. RGB value is (24,192,107). Sum of RGB (Red+Green+Blue) = 24+192+107=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #18C06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C06B is #E73F94. Grayscale: #848484. Windows color (decimal): -15155093 or 7061528. OLE color: 7061528.
HSL color Cylindrical-coordinate representation of color #18C06B: hue angle of 149.64º 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 #18C06B is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 107 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.25 |
| HSL | 149.64º | 0.78% | 0.42% | - |
| HSV(B) | 149.64º | 0.88% | 0.75% | - |
| XYZ | 21.88 | 38.96 | 20.28 | - |
| YUV | 132.08 | 113.84 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 107 | 0.88 | 0 | 0.44 | 0.25 | 149.64 | 0.78 | 0.42 |
| Hex | 18 | C0 | 6B | 58 | 0 | 2C | 19 | 96 | 4E | 2A |
| Octal | 30 | 300 | 153 | 130 | 0 | 54 | 31 | 226 | 116 | 52 |
| Binary | 11000 | 11000000 | 1101011 | 1011000 | 0 | 101100 | 11001 | 10010110 | 1001110 | 101010 |
Color Harmonies of #18C06B
Complementary color
Monochromatic Colors of #18C06B
Black with #18C06B
Text Example
Text Example
White with #18C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C06B; }
p { color: rgb(24,192,107); }
H1.HeaderClassName
{
color: #18C06B;
}
.AnyTagClassName
{
color: #18C06B;
}
</style>
background-color css
<style>
a { background-color: #18C06B; }
a { background-color: rgb(24,192,107); }
div.DivClassName
{
background-color: #18C06B;
}
.BgClassName
{
background-color: #18C06B;
}
</style>
border-color css
<style>
span { border-color: #18C06B; }
span { border-color: rgb(24,192,107); }
td.TdClassName
{
border-color: #18C06B;
}
.TagClassName
{
border-color: #18C06B;
}
</style>