Shades of Mountain Meadow #18CA7B
Tints of Mountain Meadow #18CA7B
RGB
CMYK
RGB Variations
Color information
#18CA7B (or 0x18CA7B) is known color: Mountain Meadow. HEX triplet: 18, CA and 7B. RGB value is (24,202,123). Sum of RGB (Red+Green+Blue) = 24+202+123=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CA7B is #E73584. Grayscale: #8B8B8B. Windows color (decimal): -15152517 or 8112664. OLE color: 8112664.
HSL color Cylindrical-coordinate representation of color #18CA7B: hue angle of 153.37º 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 #18CA7B is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 202 | 123 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.21 |
| HSL | 153.37º | 0.79% | 0.44% | - |
| HSV(B) | 153.37º | 0.88% | 0.79% | - |
| XYZ | 25.07 | 43.87 | 25.88 | - |
| YUV | 139.77 | 118.53 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 202 | 123 | 0.88 | 0 | 0.39 | 0.21 | 153.37 | 0.79 | 0.44 |
| Hex | 18 | CA | 7B | 58 | 0 | 27 | 15 | 99 | 4F | 2C |
| Octal | 30 | 312 | 173 | 130 | 0 | 47 | 25 | 231 | 117 | 54 |
| Binary | 11000 | 11001010 | 1111011 | 1011000 | 0 | 100111 | 10101 | 10011001 | 1001111 | 101100 |
Color Harmonies of #18CA7B
Complementary color
Monochromatic Colors of #18CA7B
Black with #18CA7B
Text Example
Text Example
White with #18CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CA7B; }
p { color: rgb(24,202,123); }
H1.HeaderClassName
{
color: #18CA7B;
}
.AnyTagClassName
{
color: #18CA7B;
}
</style>
background-color css
<style>
a { background-color: #18CA7B; }
a { background-color: rgb(24,202,123); }
div.DivClassName
{
background-color: #18CA7B;
}
.BgClassName
{
background-color: #18CA7B;
}
</style>
border-color css
<style>
span { border-color: #18CA7B; }
span { border-color: rgb(24,202,123); }
td.TdClassName
{
border-color: #18CA7B;
}
.TagClassName
{
border-color: #18CA7B;
}
</style>