Shades of Mountain Meadow #1AC272
Tints of Mountain Meadow #1AC272
RGB
CMYK
RGB Variations
Color information
#1AC272 (or 0x1AC272) is known color: Mountain Meadow. HEX triplet: 1A, C2 and 72. RGB value is (26,194,114). Sum of RGB (Red+Green+Blue) = 26+194+114=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC272 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC272 is #E53D8D. Grayscale: #868686. Windows color (decimal): -15023502 or 7520794. OLE color: 7520794.
HSL color Cylindrical-coordinate representation of color #1AC272: hue angle of 151.43º 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 #1AC272 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 194 | 114 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.24 |
| HSL | 151.43º | 0.76% | 0.43% | - |
| HSV(B) | 151.43º | 0.87% | 0.76% | - |
| XYZ | 22.76 | 40.02 | 22.44 | - |
| YUV | 134.65 | 116.34 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 194 | 114 | 0.87 | 0 | 0.41 | 0.24 | 151.43 | 0.76 | 0.43 |
| Hex | 1A | C2 | 72 | 57 | 0 | 29 | 18 | 97 | 4C | 2B |
| Octal | 32 | 302 | 162 | 127 | 0 | 51 | 30 | 227 | 114 | 53 |
| Binary | 11010 | 11000010 | 1110010 | 1010111 | 0 | 101001 | 11000 | 10010111 | 1001100 | 101011 |
Color Harmonies of #1AC272
Complementary color
Monochromatic Colors of #1AC272
Black with #1AC272
Text Example
Text Example
White with #1AC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC272; }
p { color: rgb(26,194,114); }
H1.HeaderClassName
{
color: #1AC272;
}
.AnyTagClassName
{
color: #1AC272;
}
</style>
background-color css
<style>
a { background-color: #1AC272; }
a { background-color: rgb(26,194,114); }
div.DivClassName
{
background-color: #1AC272;
}
.BgClassName
{
background-color: #1AC272;
}
</style>
border-color css
<style>
span { border-color: #1AC272; }
span { border-color: rgb(26,194,114); }
td.TdClassName
{
border-color: #1AC272;
}
.TagClassName
{
border-color: #1AC272;
}
</style>