Shades of Mountain Meadow #1AC391
Tints of Mountain Meadow #1AC391
RGB
CMYK
RGB Variations
Color information
#1AC391 (or 0x1AC391) is known color: Mountain Meadow. HEX triplet: 1A, C3 and 91. RGB value is (26,195,145). Sum of RGB (Red+Green+Blue) = 26+195+145=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC391 is #E53C6E. Grayscale: #8A8A8A. Windows color (decimal): -15023215 or 9552666. OLE color: 9552666.
HSL color Cylindrical-coordinate representation of color #1AC391: hue angle of 162.25º 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 #1AC391 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 195 | 145 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.24 |
| HSL | 162.25º | 0.76% | 0.43% | - |
| HSV(B) | 162.25º | 0.87% | 0.76% | - |
| XYZ | 25.05 | 41.29 | 33.44 | - |
| YUV | 138.77 | 131.51 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 195 | 145 | 0.87 | 0 | 0.26 | 0.24 | 162.25 | 0.76 | 0.43 |
| Hex | 1A | C3 | 91 | 57 | 0 | 1A | 18 | A2 | 4C | 2B |
| Octal | 32 | 303 | 221 | 127 | 0 | 32 | 30 | 242 | 114 | 53 |
| Binary | 11010 | 11000011 | 10010001 | 1010111 | 0 | 11010 | 11000 | 10100010 | 1001100 | 101011 |
Color Harmonies of #1AC391
Complementary color
Monochromatic Colors of #1AC391
Black with #1AC391
Text Example
Text Example
White with #1AC391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC391; }
p { color: rgb(26,195,145); }
H1.HeaderClassName
{
color: #1AC391;
}
.AnyTagClassName
{
color: #1AC391;
}
</style>
background-color css
<style>
a { background-color: #1AC391; }
a { background-color: rgb(26,195,145); }
div.DivClassName
{
background-color: #1AC391;
}
.BgClassName
{
background-color: #1AC391;
}
</style>
border-color css
<style>
span { border-color: #1AC391; }
span { border-color: rgb(26,195,145); }
td.TdClassName
{
border-color: #1AC391;
}
.TagClassName
{
border-color: #1AC391;
}
</style>