Shades of Mountain Meadow #1AC192
Tints of Mountain Meadow #1AC192
RGB
CMYK
RGB Variations
Color information
#1AC192 (or 0x1AC192) is known color: Mountain Meadow. HEX triplet: 1A, C1 and 92. RGB value is (26,193,146). Sum of RGB (Red+Green+Blue) = 26+193+146=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC192 is #E53E6D. Grayscale: #898989. Windows color (decimal): -15023726 or 9617690. OLE color: 9617690.
HSL color Cylindrical-coordinate representation of color #1AC192: hue angle of 163.11º 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 #1AC192 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 193 | 146 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.24 |
| HSL | 163.11º | 0.76% | 0.43% | - |
| HSV(B) | 163.11º | 0.87% | 0.76% | - |
| XYZ | 24.68 | 40.43 | 33.7 | - |
| YUV | 137.71 | 132.67 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 146 | 0.87 | 0 | 0.24 | 0.24 | 163.11 | 0.76 | 0.43 |
| Hex | 1A | C1 | 92 | 57 | 0 | 18 | 18 | A3 | 4C | 2B |
| Octal | 32 | 301 | 222 | 127 | 0 | 30 | 30 | 243 | 114 | 53 |
| Binary | 11010 | 11000001 | 10010010 | 1010111 | 0 | 11000 | 11000 | 10100011 | 1001100 | 101011 |
Color Harmonies of #1AC192
Complementary color
Monochromatic Colors of #1AC192
Black with #1AC192
Text Example
Text Example
White with #1AC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC192; }
p { color: rgb(26,193,146); }
H1.HeaderClassName
{
color: #1AC192;
}
.AnyTagClassName
{
color: #1AC192;
}
</style>
background-color css
<style>
a { background-color: #1AC192; }
a { background-color: rgb(26,193,146); }
div.DivClassName
{
background-color: #1AC192;
}
.BgClassName
{
background-color: #1AC192;
}
</style>
border-color css
<style>
span { border-color: #1AC192; }
span { border-color: rgb(26,193,146); }
td.TdClassName
{
border-color: #1AC192;
}
.TagClassName
{
border-color: #1AC192;
}
</style>