Shades of Mountain Meadow #1AC194
Tints of Mountain Meadow #1AC194
RGB
CMYK
RGB Variations
Color information
#1AC194 (or 0x1AC194) is known color: Mountain Meadow. HEX triplet: 1A, C1 and 94. RGB value is (26,193,148). Sum of RGB (Red+Green+Blue) = 26+193+148=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC194 is #E53E6B. Grayscale: #898989. Windows color (decimal): -15023724 or 9748762. OLE color: 9748762.
HSL color Cylindrical-coordinate representation of color #1AC194: hue angle of 163.83º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC194 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 193 | 148 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.24 |
| HSL | 163.83º | 0.76% | 0.43% | - |
| HSV(B) | 163.83º | 0.87% | 0.76% | - |
| XYZ | 24.84 | 40.5 | 34.52 | - |
| YUV | 137.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 148 | 0.87 | 0 | 0.23 | 0.24 | 163.83 | 0.76 | 0.43 |
| Hex | 1A | C1 | 94 | 57 | 0 | 17 | 18 | A4 | 4C | 2B |
| Octal | 32 | 301 | 224 | 127 | 0 | 27 | 30 | 244 | 114 | 53 |
| Binary | 11010 | 11000001 | 10010100 | 1010111 | 0 | 10111 | 11000 | 10100100 | 1001100 | 101011 |
Color Harmonies of #1AC194
Complementary color
Monochromatic Colors of #1AC194
Black with #1AC194
Text Example
Text Example
White with #1AC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC194; }
p { color: rgb(26,193,148); }
H1.HeaderClassName
{
color: #1AC194;
}
.AnyTagClassName
{
color: #1AC194;
}
</style>
background-color css
<style>
a { background-color: #1AC194; }
a { background-color: rgb(26,193,148); }
div.DivClassName
{
background-color: #1AC194;
}
.BgClassName
{
background-color: #1AC194;
}
</style>
border-color css
<style>
span { border-color: #1AC194; }
span { border-color: rgb(26,193,148); }
td.TdClassName
{
border-color: #1AC194;
}
.TagClassName
{
border-color: #1AC194;
}
</style>