Shades of Mountain Meadow #18BC6A
Tints of Mountain Meadow #18BC6A
RGB
CMYK
RGB Variations
Color information
#18BC6A (or 0x18BC6A) is known color: Mountain Meadow. HEX triplet: 18, BC and 6A. RGB value is (24,188,106). Sum of RGB (Red+Green+Blue) = 24+188+106=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BC6A is #E74395. Grayscale: #818181. Windows color (decimal): -15156118 or 6994968. OLE color: 6994968.
HSL color Cylindrical-coordinate representation of color #18BC6A: hue angle of 150º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BC6A is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 106 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.26 |
| HSL | 150º | 0.77% | 0.42% | - |
| HSV(B) | 150º | 0.87% | 0.74% | - |
| XYZ | 20.96 | 37.2 | 19.71 | - |
| YUV | 129.62 | 114.67 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 106 | 0.87 | 0 | 0.44 | 0.26 | 150 | 0.77 | 0.42 |
| Hex | 18 | BC | 6A | 57 | 0 | 2C | 1A | 96 | 4D | 2A |
| Octal | 30 | 274 | 152 | 127 | 0 | 54 | 32 | 226 | 115 | 52 |
| Binary | 11000 | 10111100 | 1101010 | 1010111 | 0 | 101100 | 11010 | 10010110 | 1001101 | 101010 |
Color Harmonies of #18BC6A
Complementary color
Monochromatic Colors of #18BC6A
Black with #18BC6A
Text Example
Text Example
White with #18BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC6A; }
p { color: rgb(24,188,106); }
H1.HeaderClassName
{
color: #18BC6A;
}
.AnyTagClassName
{
color: #18BC6A;
}
</style>
background-color css
<style>
a { background-color: #18BC6A; }
a { background-color: rgb(24,188,106); }
div.DivClassName
{
background-color: #18BC6A;
}
.BgClassName
{
background-color: #18BC6A;
}
</style>
border-color css
<style>
span { border-color: #18BC6A; }
span { border-color: rgb(24,188,106); }
td.TdClassName
{
border-color: #18BC6A;
}
.TagClassName
{
border-color: #18BC6A;
}
</style>