Shades of Mountain Meadow #18CB77
Tints of Mountain Meadow #18CB77
RGB
CMYK
RGB Variations
Color information
#18CB77 (or 0x18CB77) is known color: Mountain Meadow. HEX triplet: 18, CB and 77. RGB value is (24,203,119). Sum of RGB (Red+Green+Blue) = 24+203+119=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CB77 is #E73488. Grayscale: #8C8C8C. Windows color (decimal): -15152265 or 7850776. OLE color: 7850776.
HSL color Cylindrical-coordinate representation of color #18CB77: hue angle of 151.84º 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 #18CB77 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 119 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.20 |
| HSL | 151.84º | 0.79% | 0.45% | - |
| HSV(B) | 151.84º | 0.88% | 0.8% | - |
| XYZ | 25.06 | 44.24 | 24.67 | - |
| YUV | 139.9 | 116.2 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 119 | 0.88 | 0 | 0.41 | 0.20 | 151.84 | 0.79 | 0.45 |
| Hex | 18 | CB | 77 | 58 | 0 | 29 | 14 | 98 | 4F | 2D |
| Octal | 30 | 313 | 167 | 130 | 0 | 51 | 24 | 230 | 117 | 55 |
| Binary | 11000 | 11001011 | 1110111 | 1011000 | 0 | 101001 | 10100 | 10011000 | 1001111 | 101101 |
Color Harmonies of #18CB77
Complementary color
Monochromatic Colors of #18CB77
Black with #18CB77
Text Example
Text Example
White with #18CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CB77; }
p { color: rgb(24,203,119); }
H1.HeaderClassName
{
color: #18CB77;
}
.AnyTagClassName
{
color: #18CB77;
}
</style>
background-color css
<style>
a { background-color: #18CB77; }
a { background-color: rgb(24,203,119); }
div.DivClassName
{
background-color: #18CB77;
}
.BgClassName
{
background-color: #18CB77;
}
</style>
border-color css
<style>
span { border-color: #18CB77; }
span { border-color: rgb(24,203,119); }
td.TdClassName
{
border-color: #18CB77;
}
.TagClassName
{
border-color: #18CB77;
}
</style>