Shades of Mountain Meadow #1AC375
Tints of Mountain Meadow #1AC375
RGB
CMYK
RGB Variations
Color information
#1AC375 (or 0x1AC375) is known color: Mountain Meadow. HEX triplet: 1A, C3 and 75. RGB value is (26,195,117). Sum of RGB (Red+Green+Blue) = 26+195+117=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC375 is #E53C8A. Grayscale: #878787. Windows color (decimal): -15023243 or 7717658. OLE color: 7717658.
HSL color Cylindrical-coordinate representation of color #1AC375: hue angle of 152.31º 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 #1AC375 is Cyan = 0.87, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 195 | 117 | - |
| CMYK | 0.87 | 0 | 0.4 | 0.24 |
| HSL | 152.31º | 0.76% | 0.43% | - |
| HSV(B) | 152.31º | 0.87% | 0.76% | - |
| XYZ | 23.15 | 40.53 | 23.43 | - |
| YUV | 135.58 | 117.51 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 195 | 117 | 0.87 | 0 | 0.4 | 0.24 | 152.31 | 0.76 | 0.43 |
| Hex | 1A | C3 | 75 | 57 | 0 | 28 | 18 | 98 | 4C | 2B |
| Octal | 32 | 303 | 165 | 127 | 0 | 50 | 30 | 230 | 114 | 53 |
| Binary | 11010 | 11000011 | 1110101 | 1010111 | 0 | 101000 | 11000 | 10011000 | 1001100 | 101011 |
Color Harmonies of #1AC375
Complementary color
Monochromatic Colors of #1AC375
Black with #1AC375
Text Example
Text Example
White with #1AC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC375; }
p { color: rgb(26,195,117); }
H1.HeaderClassName
{
color: #1AC375;
}
.AnyTagClassName
{
color: #1AC375;
}
</style>
background-color css
<style>
a { background-color: #1AC375; }
a { background-color: rgb(26,195,117); }
div.DivClassName
{
background-color: #1AC375;
}
.BgClassName
{
background-color: #1AC375;
}
</style>
border-color css
<style>
span { border-color: #1AC375; }
span { border-color: rgb(26,195,117); }
td.TdClassName
{
border-color: #1AC375;
}
.TagClassName
{
border-color: #1AC375;
}
</style>