Shades of Mountain Meadow #1ACF7D
Tints of Mountain Meadow #1ACF7D
RGB
CMYK
RGB Variations
Color information
#1ACF7D (or 0x1ACF7D) is known color: Mountain Meadow. HEX triplet: 1A, CF and 7D. RGB value is (26,207,125). Sum of RGB (Red+Green+Blue) = 26+207+125=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ACF7D is #E53082. Grayscale: #8F8F8F. Windows color (decimal): -15020163 or 8245018. OLE color: 8245018.
HSL color Cylindrical-coordinate representation of color #1ACF7D: hue angle of 152.82º 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 #1ACF7D is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 125 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.19 |
| HSL | 152.82º | 0.78% | 0.46% | - |
| HSV(B) | 152.82º | 0.87% | 0.81% | - |
| XYZ | 26.44 | 46.33 | 26.95 | - |
| YUV | 143.53 | 117.53 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 125 | 0.87 | 0 | 0.40 | 0.19 | 152.82 | 0.78 | 0.46 |
| Hex | 1A | CF | 7D | 57 | 0 | 28 | 13 | 99 | 4E | 2E |
| Octal | 32 | 317 | 175 | 127 | 0 | 50 | 23 | 231 | 116 | 56 |
| Binary | 11010 | 11001111 | 1111101 | 1010111 | 0 | 101000 | 10011 | 10011001 | 1001110 | 101110 |
Color Harmonies of #1ACF7D
Complementary color
Monochromatic Colors of #1ACF7D
Black with #1ACF7D
Text Example
Text Example
White with #1ACF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF7D; }
p { color: rgb(26,207,125); }
H1.HeaderClassName
{
color: #1ACF7D;
}
.AnyTagClassName
{
color: #1ACF7D;
}
</style>
background-color css
<style>
a { background-color: #1ACF7D; }
a { background-color: rgb(26,207,125); }
div.DivClassName
{
background-color: #1ACF7D;
}
.BgClassName
{
background-color: #1ACF7D;
}
</style>
border-color css
<style>
span { border-color: #1ACF7D; }
span { border-color: rgb(26,207,125); }
td.TdClassName
{
border-color: #1ACF7D;
}
.TagClassName
{
border-color: #1ACF7D;
}
</style>