Shades of Mountain Meadow #1AC08F
Tints of Mountain Meadow #1AC08F
RGB
CMYK
RGB Variations
Color information
#1AC08F (or 0x1AC08F) is known color: Mountain Meadow. HEX triplet: 1A, C0 and 8F. RGB value is (26,192,143). Sum of RGB (Red+Green+Blue) = 26+192+143=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC08F is #E53F70. Grayscale: #888888. Windows color (decimal): -15023985 or 9420826. OLE color: 9420826.
HSL color Cylindrical-coordinate representation of color #1AC08F: hue angle of 162.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC08F is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 143 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.25 |
| HSL | 162.29º | 0.76% | 0.43% | - |
| HSV(B) | 162.29º | 0.86% | 0.75% | - |
| XYZ | 24.23 | 39.9 | 32.41 | - |
| YUV | 136.78 | 131.5 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 143 | 0.86 | 0 | 0.26 | 0.25 | 162.29 | 0.76 | 0.43 |
| Hex | 1A | C0 | 8F | 56 | 0 | 1A | 19 | A2 | 4C | 2B |
| Octal | 32 | 300 | 217 | 126 | 0 | 32 | 31 | 242 | 114 | 53 |
| Binary | 11010 | 11000000 | 10001111 | 1010110 | 0 | 11010 | 11001 | 10100010 | 1001100 | 101011 |
Color Harmonies of #1AC08F
Complementary color
Monochromatic Colors of #1AC08F
Black with #1AC08F
Text Example
Text Example
White with #1AC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC08F; }
p { color: rgb(26,192,143); }
H1.HeaderClassName
{
color: #1AC08F;
}
.AnyTagClassName
{
color: #1AC08F;
}
</style>
background-color css
<style>
a { background-color: #1AC08F; }
a { background-color: rgb(26,192,143); }
div.DivClassName
{
background-color: #1AC08F;
}
.BgClassName
{
background-color: #1AC08F;
}
</style>
border-color css
<style>
span { border-color: #1AC08F; }
span { border-color: rgb(26,192,143); }
td.TdClassName
{
border-color: #1AC08F;
}
.TagClassName
{
border-color: #1AC08F;
}
</style>