Shades of Mountain Meadow #18CE8B
Tints of Mountain Meadow #18CE8B
RGB
CMYK
RGB Variations
Color information
#18CE8B (or 0x18CE8B) is known color: Mountain Meadow. HEX triplet: 18, CE and 8B. RGB value is (24,206,139). Sum of RGB (Red+Green+Blue) = 24+206+139=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #18CE8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CE8B is #E73174. Grayscale: #909090. Windows color (decimal): -15151477 or 9162264. OLE color: 9162264.
HSL color Cylindrical-coordinate representation of color #18CE8B: hue angle of 157.91º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CE8B is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 206 | 139 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.19 |
| HSL | 157.91º | 0.79% | 0.45% | - |
| HSV(B) | 157.91º | 0.88% | 0.81% | - |
| XYZ | 27.11 | 46.2 | 31.92 | - |
| YUV | 143.94 | 125.2 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 139 | 0.88 | 0 | 0.33 | 0.19 | 157.91 | 0.79 | 0.45 |
| Hex | 18 | CE | 8B | 58 | 0 | 21 | 13 | 9E | 4F | 2D |
| Octal | 30 | 316 | 213 | 130 | 0 | 41 | 23 | 236 | 117 | 55 |
| Binary | 11000 | 11001110 | 10001011 | 1011000 | 0 | 100001 | 10011 | 10011110 | 1001111 | 101101 |
Color Harmonies of #18CE8B
Complementary color
Monochromatic Colors of #18CE8B
Black with #18CE8B
Text Example
Text Example
White with #18CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CE8B; }
p { color: rgb(24,206,139); }
H1.HeaderClassName
{
color: #18CE8B;
}
.AnyTagClassName
{
color: #18CE8B;
}
</style>
background-color css
<style>
a { background-color: #18CE8B; }
a { background-color: rgb(24,206,139); }
div.DivClassName
{
background-color: #18CE8B;
}
.BgClassName
{
background-color: #18CE8B;
}
</style>
border-color css
<style>
span { border-color: #18CE8B; }
span { border-color: rgb(24,206,139); }
td.TdClassName
{
border-color: #18CE8B;
}
.TagClassName
{
border-color: #18CE8B;
}
</style>