Shades of Mountain Meadow #18CC7D
Tints of Mountain Meadow #18CC7D
RGB
CMYK
RGB Variations
Color information
#18CC7D (or 0x18CC7D) is known color: Mountain Meadow. HEX triplet: 18, CC and 7D. RGB value is (24,204,125). Sum of RGB (Red+Green+Blue) = 24+204+125=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 204 (80.08% from 255 or 57.79% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CC7D is #E73382. Grayscale: #8D8D8D. Windows color (decimal): -15152003 or 8244248. OLE color: 8244248.
HSL color Cylindrical-coordinate representation of color #18CC7D: hue angle of 153.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC7D is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 204 | 125 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.2 |
| HSL | 153.67º | 0.79% | 0.45% | - |
| HSV(B) | 153.67º | 0.88% | 0.8% | - |
| XYZ | 25.67 | 44.86 | 26.71 | - |
| YUV | 141.17 | 118.87 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 125 | 0.88 | 0 | 0.39 | 0.2 | 153.67 | 0.79 | 0.45 |
| Hex | 18 | CC | 7D | 58 | 0 | 27 | 14 | 9A | 4F | 2D |
| Octal | 30 | 314 | 175 | 130 | 0 | 47 | 24 | 232 | 117 | 55 |
| Binary | 11000 | 11001100 | 1111101 | 1011000 | 0 | 100111 | 10100 | 10011010 | 1001111 | 101101 |
Color Harmonies of #18CC7D
Complementary color
Monochromatic Colors of #18CC7D
Black with #18CC7D
Text Example
Text Example
White with #18CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CC7D; }
p { color: rgb(24,204,125); }
H1.HeaderClassName
{
color: #18CC7D;
}
.AnyTagClassName
{
color: #18CC7D;
}
</style>
background-color css
<style>
a { background-color: #18CC7D; }
a { background-color: rgb(24,204,125); }
div.DivClassName
{
background-color: #18CC7D;
}
.BgClassName
{
background-color: #18CC7D;
}
</style>
border-color css
<style>
span { border-color: #18CC7D; }
span { border-color: rgb(24,204,125); }
td.TdClassName
{
border-color: #18CC7D;
}
.TagClassName
{
border-color: #18CC7D;
}
</style>