Shades of Mountain Meadow #18A384
Tints of Mountain Meadow #18A384
RGB
CMYK
RGB Variations
Color information
#18A384 (or 0x18A384) is known color: Mountain Meadow. HEX triplet: 18, A3 and 84. RGB value is (24,163,132). Sum of RGB (Red+Green+Blue) = 24+163+132=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #18A384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A384 is #E75C7B. Grayscale: #757575. Windows color (decimal): -15162492 or 8692504. OLE color: 8692504.
HSL color Cylindrical-coordinate representation of color #18A384: hue angle of 166.62º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A384 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 163 | 132 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.36 |
| HSL | 166.62º | 0.74% | 0.37% | - |
| HSV(B) | 166.62º | 0.85% | 0.64% | - |
| XYZ | 17.64 | 28.05 | 26.32 | - |
| YUV | 117.91 | 135.95 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 132 | 0.85 | 0 | 0.19 | 0.36 | 166.62 | 0.74 | 0.37 |
| Hex | 18 | A3 | 84 | 55 | 0 | 13 | 24 | A7 | 4A | 25 |
| Octal | 30 | 243 | 204 | 125 | 0 | 23 | 44 | 247 | 112 | 45 |
| Binary | 11000 | 10100011 | 10000100 | 1010101 | 0 | 10011 | 100100 | 10100111 | 1001010 | 100101 |
Color Harmonies of #18A384
Complementary color
Monochromatic Colors of #18A384
Black with #18A384
Text Example
Text Example
White with #18A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A384; }
p { color: rgb(24,163,132); }
H1.HeaderClassName
{
color: #18A384;
}
.AnyTagClassName
{
color: #18A384;
}
</style>
background-color css
<style>
a { background-color: #18A384; }
a { background-color: rgb(24,163,132); }
div.DivClassName
{
background-color: #18A384;
}
.BgClassName
{
background-color: #18A384;
}
</style>
border-color css
<style>
span { border-color: #18A384; }
span { border-color: rgb(24,163,132); }
td.TdClassName
{
border-color: #18A384;
}
.TagClassName
{
border-color: #18A384;
}
</style>