Shades of Mountain Meadow #1ACF79
Tints of Mountain Meadow #1ACF79
RGB
CMYK
RGB Variations
Color information
#1ACF79 (or 0x1ACF79) is known color: Mountain Meadow. HEX triplet: 1A, CF and 79. RGB value is (26,207,121). Sum of RGB (Red+Green+Blue) = 26+207+121=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 207 (81.25% from 255 or 58.47% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACF79 is #E53086. Grayscale: #8F8F8F. Windows color (decimal): -15020167 or 7982874. OLE color: 7982874.
HSL color Cylindrical-coordinate representation of color #1ACF79: hue angle of 151.49º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACF79 is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 121 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.19 |
| HSL | 151.49º | 0.78% | 0.46% | - |
| HSV(B) | 151.49º | 0.87% | 0.81% | - |
| XYZ | 26.19 | 46.23 | 25.63 | - |
| YUV | 143.08 | 115.53 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 121 | 0.87 | 0 | 0.42 | 0.19 | 151.49 | 0.78 | 0.46 |
| Hex | 1A | CF | 79 | 57 | 0 | 2A | 13 | 97 | 4E | 2E |
| Octal | 32 | 317 | 171 | 127 | 0 | 52 | 23 | 227 | 116 | 56 |
| Binary | 11010 | 11001111 | 1111001 | 1010111 | 0 | 101010 | 10011 | 10010111 | 1001110 | 101110 |
Color Harmonies of #1ACF79
Complementary color
Monochromatic Colors of #1ACF79
Black with #1ACF79
Text Example
Text Example
White with #1ACF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF79; }
p { color: rgb(26,207,121); }
H1.HeaderClassName
{
color: #1ACF79;
}
.AnyTagClassName
{
color: #1ACF79;
}
</style>
background-color css
<style>
a { background-color: #1ACF79; }
a { background-color: rgb(26,207,121); }
div.DivClassName
{
background-color: #1ACF79;
}
.BgClassName
{
background-color: #1ACF79;
}
</style>
border-color css
<style>
span { border-color: #1ACF79; }
span { border-color: rgb(26,207,121); }
td.TdClassName
{
border-color: #1ACF79;
}
.TagClassName
{
border-color: #1ACF79;
}
</style>