Shades of Mountain Meadow #18A183
Tints of Mountain Meadow #18A183
RGB
CMYK
RGB Variations
Color information
#18A183 (or 0x18A183) is known color: Mountain Meadow. HEX triplet: 18, A1 and 83. RGB value is (24,161,131). Sum of RGB (Red+Green+Blue) = 24+161+131=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #18A183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A183 is #E75E7C. Grayscale: #747474. Windows color (decimal): -15163005 or 8626456. OLE color: 8626456.
HSL color Cylindrical-coordinate representation of color #18A183: hue angle of 166.86º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A183 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 131 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.37 |
| HSL | 166.86º | 0.74% | 0.36% | - |
| HSV(B) | 166.86º | 0.85% | 0.63% | - |
| XYZ | 17.22 | 27.32 | 25.84 | - |
| YUV | 116.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 131 | 0.85 | 0 | 0.19 | 0.37 | 166.86 | 0.74 | 0.36 |
| Hex | 18 | A1 | 83 | 55 | 0 | 13 | 25 | A7 | 4A | 24 |
| Octal | 30 | 241 | 203 | 125 | 0 | 23 | 45 | 247 | 112 | 44 |
| Binary | 11000 | 10100001 | 10000011 | 1010101 | 0 | 10011 | 100101 | 10100111 | 1001010 | 100100 |
Color Harmonies of #18A183
Complementary color
Monochromatic Colors of #18A183
Black with #18A183
Text Example
Text Example
White with #18A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A183; }
p { color: rgb(24,161,131); }
H1.HeaderClassName
{
color: #18A183;
}
.AnyTagClassName
{
color: #18A183;
}
</style>
background-color css
<style>
a { background-color: #18A183; }
a { background-color: rgb(24,161,131); }
div.DivClassName
{
background-color: #18A183;
}
.BgClassName
{
background-color: #18A183;
}
</style>
border-color css
<style>
span { border-color: #18A183; }
span { border-color: rgb(24,161,131); }
td.TdClassName
{
border-color: #18A183;
}
.TagClassName
{
border-color: #18A183;
}
</style>