Shades of Mountain Meadow #18D97B
Tints of Mountain Meadow #18D97B
RGB
CMYK
RGB Variations
Color information
#18D97B (or 0x18D97B) is known color: Mountain Meadow. HEX triplet: 18, D9 and 7B. RGB value is (24,217,123). Sum of RGB (Red+Green+Blue) = 24+217+123=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 217 (85.16% from 255 or 59.62% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 217 - color contains mainly: green. Hex color #18D97B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D97B is #E72684. Grayscale: #949494. Windows color (decimal): -15148677 or 8116504. OLE color: 8116504.
HSL color Cylindrical-coordinate representation of color #18D97B: hue angle of 150.78º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D97B is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 217 | 123 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.15 |
| HSL | 150.78º | 0.8% | 0.47% | - |
| HSV(B) | 150.78º | 0.89% | 0.85% | - |
| XYZ | 28.76 | 51.25 | 27.12 | - |
| YUV | 148.58 | 113.56 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 123 | 0.89 | 0 | 0.43 | 0.15 | 150.78 | 0.8 | 0.47 |
| Hex | 18 | D9 | 7B | 59 | 0 | 2B | F | 97 | 50 | 2F |
| Octal | 30 | 331 | 173 | 131 | 0 | 53 | 17 | 227 | 120 | 57 |
| Binary | 11000 | 11011001 | 1111011 | 1011001 | 0 | 101011 | 1111 | 10010111 | 1010000 | 101111 |
Color Harmonies of #18D97B
Complementary color
Monochromatic Colors of #18D97B
Black with #18D97B
Text Example
Text Example
White with #18D97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D97B; }
p { color: rgb(24,217,123); }
H1.HeaderClassName
{
color: #18D97B;
}
.AnyTagClassName
{
color: #18D97B;
}
</style>
background-color css
<style>
a { background-color: #18D97B; }
a { background-color: rgb(24,217,123); }
div.DivClassName
{
background-color: #18D97B;
}
.BgClassName
{
background-color: #18D97B;
}
</style>
border-color css
<style>
span { border-color: #18D97B; }
span { border-color: rgb(24,217,123); }
td.TdClassName
{
border-color: #18D97B;
}
.TagClassName
{
border-color: #18D97B;
}
</style>