Shades of Mountain Meadow #18C78B
Tints of Mountain Meadow #18C78B
RGB
CMYK
RGB Variations
Color information
#18C78B (or 0x18C78B) is known color: Mountain Meadow. HEX triplet: 18, C7 and 8B. RGB value is (24,199,139). Sum of RGB (Red+Green+Blue) = 24+199+139=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 199 (78.12% from 255 or 54.97% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 199 - color contains mainly: green. Hex color #18C78B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C78B is #E73874. Grayscale: #8B8B8B. Windows color (decimal): -15153269 or 9160472. OLE color: 9160472.
HSL color Cylindrical-coordinate representation of color #18C78B: hue angle of 159.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C78B is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 199 | 139 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.22 |
| HSL | 159.43º | 0.78% | 0.44% | - |
| HSV(B) | 159.43º | 0.88% | 0.78% | - |
| XYZ | 25.46 | 42.91 | 31.37 | - |
| YUV | 139.84 | 127.52 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 199 | 139 | 0.88 | 0 | 0.30 | 0.22 | 159.43 | 0.78 | 0.44 |
| Hex | 18 | C7 | 8B | 58 | 0 | 1E | 16 | 9F | 4E | 2C |
| Octal | 30 | 307 | 213 | 130 | 0 | 36 | 26 | 237 | 116 | 54 |
| Binary | 11000 | 11000111 | 10001011 | 1011000 | 0 | 11110 | 10110 | 10011111 | 1001110 | 101100 |
Color Harmonies of #18C78B
Complementary color
Monochromatic Colors of #18C78B
Black with #18C78B
Text Example
Text Example
White with #18C78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C78B; }
p { color: rgb(24,199,139); }
H1.HeaderClassName
{
color: #18C78B;
}
.AnyTagClassName
{
color: #18C78B;
}
</style>
background-color css
<style>
a { background-color: #18C78B; }
a { background-color: rgb(24,199,139); }
div.DivClassName
{
background-color: #18C78B;
}
.BgClassName
{
background-color: #18C78B;
}
</style>
border-color css
<style>
span { border-color: #18C78B; }
span { border-color: rgb(24,199,139); }
td.TdClassName
{
border-color: #18C78B;
}
.TagClassName
{
border-color: #18C78B;
}
</style>