Shades of Mountain Meadow #18A47B
Tints of Mountain Meadow #18A47B
RGB
CMYK
RGB Variations
Color information
#18A47B (or 0x18A47B) is known color: Mountain Meadow. HEX triplet: 18, A4 and 7B. RGB value is (24,164,123). Sum of RGB (Red+Green+Blue) = 24+164+123=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #18A47B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A47B is #E75B84. Grayscale: #757575. Windows color (decimal): -15162245 or 8102936. OLE color: 8102936.
HSL color Cylindrical-coordinate representation of color #18A47B: hue angle of 162.43º 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 #18A47B is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 123 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.36 |
| HSL | 162.43º | 0.74% | 0.37% | - |
| HSV(B) | 162.43º | 0.85% | 0.64% | - |
| XYZ | 17.23 | 28.18 | 23.27 | - |
| YUV | 117.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 123 | 0.85 | 0 | 0.25 | 0.36 | 162.43 | 0.74 | 0.37 |
| Hex | 18 | A4 | 7B | 55 | 0 | 19 | 24 | A2 | 4A | 25 |
| Octal | 30 | 244 | 173 | 125 | 0 | 31 | 44 | 242 | 112 | 45 |
| Binary | 11000 | 10100100 | 1111011 | 1010101 | 0 | 11001 | 100100 | 10100010 | 1001010 | 100101 |
Color Harmonies of #18A47B
Complementary color
Monochromatic Colors of #18A47B
Black with #18A47B
Text Example
Text Example
White with #18A47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A47B; }
p { color: rgb(24,164,123); }
H1.HeaderClassName
{
color: #18A47B;
}
.AnyTagClassName
{
color: #18A47B;
}
</style>
background-color css
<style>
a { background-color: #18A47B; }
a { background-color: rgb(24,164,123); }
div.DivClassName
{
background-color: #18A47B;
}
.BgClassName
{
background-color: #18A47B;
}
</style>
border-color css
<style>
span { border-color: #18A47B; }
span { border-color: rgb(24,164,123); }
td.TdClassName
{
border-color: #18A47B;
}
.TagClassName
{
border-color: #18A47B;
}
</style>