Shades of Mountain Meadow #1AC478
Tints of Mountain Meadow #1AC478
RGB
CMYK
RGB Variations
Color information
#1AC478 (or 0x1AC478) is known color: Mountain Meadow. HEX triplet: 1A, C4 and 78. RGB value is (26,196,120). Sum of RGB (Red+Green+Blue) = 26+196+120=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 196 (76.95% from 255 or 57.31% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC478 is #E53B87. Grayscale: #888888. Windows color (decimal): -15022984 or 7914522. OLE color: 7914522.
HSL color Cylindrical-coordinate representation of color #1AC478: hue angle of 153.18º 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 #1AC478 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 26 | 196 | 120 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.23 |
| HSL | 153.18º | 0.77% | 0.44% | - |
| HSV(B) | 153.18º | 0.87% | 0.77% | - |
| XYZ | 23.56 | 41.06 | 24.45 | - |
| YUV | 136.51 | 118.68 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 196 | 120 | 0.87 | 0 | 0.39 | 0.23 | 153.18 | 0.77 | 0.44 |
| Hex | 1A | C4 | 78 | 57 | 0 | 27 | 17 | 99 | 4D | 2C |
| Octal | 32 | 304 | 170 | 127 | 0 | 47 | 27 | 231 | 115 | 54 |
| Binary | 11010 | 11000100 | 1111000 | 1010111 | 0 | 100111 | 10111 | 10011001 | 1001101 | 101100 |
Color Harmonies of #1AC478
Complementary color
Monochromatic Colors of #1AC478
Black with #1AC478
Text Example
Text Example
White with #1AC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC478; }
p { color: rgb(26,196,120); }
H1.HeaderClassName
{
color: #1AC478;
}
.AnyTagClassName
{
color: #1AC478;
}
</style>
background-color css
<style>
a { background-color: #1AC478; }
a { background-color: rgb(26,196,120); }
div.DivClassName
{
background-color: #1AC478;
}
.BgClassName
{
background-color: #1AC478;
}
</style>
border-color css
<style>
span { border-color: #1AC478; }
span { border-color: rgb(26,196,120); }
td.TdClassName
{
border-color: #1AC478;
}
.TagClassName
{
border-color: #1AC478;
}
</style>