Shades of Mountain Meadow #1AC490
Tints of Mountain Meadow #1AC490
RGB
CMYK
RGB Variations
Color information
#1AC490 (or 0x1AC490) is known color: Mountain Meadow. HEX triplet: 1A, C4 and 90. RGB value is (26,196,144). Sum of RGB (Red+Green+Blue) = 26+196+144=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC490 is #E53B6F. Grayscale: #8B8B8B. Windows color (decimal): -15022960 or 9487386. OLE color: 9487386.
HSL color Cylindrical-coordinate representation of color #1AC490: hue angle of 161.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC490 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 196 | 144 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.23 |
| HSL | 161.65º | 0.77% | 0.44% | - |
| HSV(B) | 161.65º | 0.87% | 0.77% | - |
| XYZ | 25.2 | 41.71 | 33.11 | - |
| YUV | 139.24 | 130.68 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 196 | 144 | 0.87 | 0 | 0.27 | 0.23 | 161.65 | 0.77 | 0.44 |
| Hex | 1A | C4 | 90 | 57 | 0 | 1B | 17 | A2 | 4D | 2C |
| Octal | 32 | 304 | 220 | 127 | 0 | 33 | 27 | 242 | 115 | 54 |
| Binary | 11010 | 11000100 | 10010000 | 1010111 | 0 | 11011 | 10111 | 10100010 | 1001101 | 101100 |
Color Harmonies of #1AC490
Complementary color
Monochromatic Colors of #1AC490
Black with #1AC490
Text Example
Text Example
White with #1AC490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC490; }
p { color: rgb(26,196,144); }
H1.HeaderClassName
{
color: #1AC490;
}
.AnyTagClassName
{
color: #1AC490;
}
</style>
background-color css
<style>
a { background-color: #1AC490; }
a { background-color: rgb(26,196,144); }
div.DivClassName
{
background-color: #1AC490;
}
.BgClassName
{
background-color: #1AC490;
}
</style>
border-color css
<style>
span { border-color: #1AC490; }
span { border-color: rgb(26,196,144); }
td.TdClassName
{
border-color: #1AC490;
}
.TagClassName
{
border-color: #1AC490;
}
</style>