Shades of Mountain Meadow #18AF7A
Tints of Mountain Meadow #18AF7A
RGB
CMYK
RGB Variations
Color information
#18AF7A (or 0x18AF7A) is known color: Mountain Meadow. HEX triplet: 18, AF and 7A. RGB value is (24,175,122). Sum of RGB (Red+Green+Blue) = 24+175+122=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF7A is #E75085. Grayscale: #7B7B7B. Windows color (decimal): -15159430 or 8040216. OLE color: 8040216.
HSL color Cylindrical-coordinate representation of color #18AF7A: hue angle of 158.94º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF7A is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 175 | 122 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.31 |
| HSL | 158.94º | 0.76% | 0.39% | - |
| HSV(B) | 158.94º | 0.86% | 0.69% | - |
| XYZ | 19.22 | 32.26 | 23.63 | - |
| YUV | 123.81 | 126.97 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 122 | 0.86 | 0 | 0.30 | 0.31 | 158.94 | 0.76 | 0.39 |
| Hex | 18 | AF | 7A | 56 | 0 | 1E | 1F | 9F | 4C | 27 |
| Octal | 30 | 257 | 172 | 126 | 0 | 36 | 37 | 237 | 114 | 47 |
| Binary | 11000 | 10101111 | 1111010 | 1010110 | 0 | 11110 | 11111 | 10011111 | 1001100 | 100111 |
Color Harmonies of #18AF7A
Complementary color
Monochromatic Colors of #18AF7A
Black with #18AF7A
Text Example
Text Example
White with #18AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AF7A; }
p { color: rgb(24,175,122); }
H1.HeaderClassName
{
color: #18AF7A;
}
.AnyTagClassName
{
color: #18AF7A;
}
</style>
background-color css
<style>
a { background-color: #18AF7A; }
a { background-color: rgb(24,175,122); }
div.DivClassName
{
background-color: #18AF7A;
}
.BgClassName
{
background-color: #18AF7A;
}
</style>
border-color css
<style>
span { border-color: #18AF7A; }
span { border-color: rgb(24,175,122); }
td.TdClassName
{
border-color: #18AF7A;
}
.TagClassName
{
border-color: #18AF7A;
}
</style>