Shades of Mountain Meadow #1ACF84
Tints of Mountain Meadow #1ACF84
RGB
CMYK
RGB Variations
Color information
#1ACF84 (or 0x1ACF84) is known color: Mountain Meadow. HEX triplet: 1A, CF and 84. RGB value is (26,207,132). Sum of RGB (Red+Green+Blue) = 26+207+132=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACF84 is #E5307B. Grayscale: #909090. Windows color (decimal): -15020156 or 8703770. OLE color: 8703770.
HSL color Cylindrical-coordinate representation of color #1ACF84: hue angle of 155.14º 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 #1ACF84 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 132 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.19 |
| HSL | 155.14º | 0.78% | 0.46% | - |
| HSV(B) | 155.14º | 0.87% | 0.81% | - |
| XYZ | 26.9 | 46.51 | 29.39 | - |
| YUV | 144.33 | 121.03 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 132 | 0.87 | 0 | 0.36 | 0.19 | 155.14 | 0.78 | 0.46 |
| Hex | 1A | CF | 84 | 57 | 0 | 24 | 13 | 9B | 4E | 2E |
| Octal | 32 | 317 | 204 | 127 | 0 | 44 | 23 | 233 | 116 | 56 |
| Binary | 11010 | 11001111 | 10000100 | 1010111 | 0 | 100100 | 10011 | 10011011 | 1001110 | 101110 |
Color Harmonies of #1ACF84
Complementary color
Monochromatic Colors of #1ACF84
Black with #1ACF84
Text Example
Text Example
White with #1ACF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF84; }
p { color: rgb(26,207,132); }
H1.HeaderClassName
{
color: #1ACF84;
}
.AnyTagClassName
{
color: #1ACF84;
}
</style>
background-color css
<style>
a { background-color: #1ACF84; }
a { background-color: rgb(26,207,132); }
div.DivClassName
{
background-color: #1ACF84;
}
.BgClassName
{
background-color: #1ACF84;
}
</style>
border-color css
<style>
span { border-color: #1ACF84; }
span { border-color: rgb(26,207,132); }
td.TdClassName
{
border-color: #1ACF84;
}
.TagClassName
{
border-color: #1ACF84;
}
</style>