Shades of Mountain Meadow #18BC73
Tints of Mountain Meadow #18BC73
RGB
CMYK
RGB Variations
Color information
#18BC73 (or 0x18BC73) is known color: Mountain Meadow. HEX triplet: 18, BC and 73. RGB value is (24,188,115). Sum of RGB (Red+Green+Blue) = 24+188+115=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BC73 is #E7438C. Grayscale: #828282. Windows color (decimal): -15156109 or 7584792. OLE color: 7584792.
HSL color Cylindrical-coordinate representation of color #18BC73: hue angle of 153.29º 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 #18BC73 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 115 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.26 |
| HSL | 153.29º | 0.77% | 0.42% | - |
| HSV(B) | 153.29º | 0.87% | 0.74% | - |
| XYZ | 21.45 | 37.4 | 22.31 | - |
| YUV | 130.64 | 119.17 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 115 | 0.87 | 0 | 0.39 | 0.26 | 153.29 | 0.77 | 0.42 |
| Hex | 18 | BC | 73 | 57 | 0 | 27 | 1A | 99 | 4D | 2A |
| Octal | 30 | 274 | 163 | 127 | 0 | 47 | 32 | 231 | 115 | 52 |
| Binary | 11000 | 10111100 | 1110011 | 1010111 | 0 | 100111 | 11010 | 10011001 | 1001101 | 101010 |
Color Harmonies of #18BC73
Complementary color
Monochromatic Colors of #18BC73
Black with #18BC73
Text Example
Text Example
White with #18BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC73; }
p { color: rgb(24,188,115); }
H1.HeaderClassName
{
color: #18BC73;
}
.AnyTagClassName
{
color: #18BC73;
}
</style>
background-color css
<style>
a { background-color: #18BC73; }
a { background-color: rgb(24,188,115); }
div.DivClassName
{
background-color: #18BC73;
}
.BgClassName
{
background-color: #18BC73;
}
</style>
border-color css
<style>
span { border-color: #18BC73; }
span { border-color: rgb(24,188,115); }
td.TdClassName
{
border-color: #18BC73;
}
.TagClassName
{
border-color: #18BC73;
}
</style>