Shades of Mountain Meadow #18CA78
Tints of Mountain Meadow #18CA78
RGB
CMYK
RGB Variations
Color information
#18CA78 (or 0x18CA78) is known color: Mountain Meadow. HEX triplet: 18, CA and 78. RGB value is (24,202,120). Sum of RGB (Red+Green+Blue) = 24+202+120=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CA78 is #E73587. Grayscale: #8B8B8B. Windows color (decimal): -15152520 or 7916056. OLE color: 7916056.
HSL color Cylindrical-coordinate representation of color #18CA78: hue angle of 152.36º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CA78 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 202 | 120 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.21 |
| HSL | 152.36º | 0.79% | 0.44% | - |
| HSV(B) | 152.36º | 0.88% | 0.79% | - |
| XYZ | 24.89 | 43.79 | 24.91 | - |
| YUV | 139.43 | 117.03 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 120 | 0.88 | 0 | 0.41 | 0.21 | 152.36 | 0.79 | 0.44 |
| Hex | 18 | CA | 78 | 58 | 0 | 29 | 15 | 98 | 4F | 2C |
| Octal | 30 | 312 | 170 | 130 | 0 | 51 | 25 | 230 | 117 | 54 |
| Binary | 11000 | 11001010 | 1111000 | 1011000 | 0 | 101001 | 10101 | 10011000 | 1001111 | 101100 |
Color Harmonies of #18CA78
Complementary color
Monochromatic Colors of #18CA78
Black with #18CA78
Text Example
Text Example
White with #18CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CA78; }
p { color: rgb(24,202,120); }
H1.HeaderClassName
{
color: #18CA78;
}
.AnyTagClassName
{
color: #18CA78;
}
</style>
background-color css
<style>
a { background-color: #18CA78; }
a { background-color: rgb(24,202,120); }
div.DivClassName
{
background-color: #18CA78;
}
.BgClassName
{
background-color: #18CA78;
}
</style>
border-color css
<style>
span { border-color: #18CA78; }
span { border-color: rgb(24,202,120); }
td.TdClassName
{
border-color: #18CA78;
}
.TagClassName
{
border-color: #18CA78;
}
</style>