Shades of Mountain Meadow #1ABF6C
Tints of Mountain Meadow #1ABF6C
RGB
CMYK
RGB Variations
Color information
#1ABF6C (or 0x1ABF6C) is known color: Mountain Meadow. HEX triplet: 1A, BF and 6C. RGB value is (26,191,108). Sum of RGB (Red+Green+Blue) = 26+191+108=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABF6C is #E54093. Grayscale: #848484. Windows color (decimal): -15024276 or 7126810. OLE color: 7126810.
HSL color Cylindrical-coordinate representation of color #1ABF6C: hue angle of 149.82º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABF6C is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 108 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.25 |
| HSL | 149.82º | 0.76% | 0.43% | - |
| HSV(B) | 149.82º | 0.86% | 0.75% | - |
| XYZ | 21.76 | 38.56 | 20.48 | - |
| YUV | 132.2 | 114.34 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 108 | 0.86 | 0 | 0.43 | 0.25 | 149.82 | 0.76 | 0.43 |
| Hex | 1A | BF | 6C | 56 | 0 | 2B | 19 | 96 | 4C | 2B |
| Octal | 32 | 277 | 154 | 126 | 0 | 53 | 31 | 226 | 114 | 53 |
| Binary | 11010 | 10111111 | 1101100 | 1010110 | 0 | 101011 | 11001 | 10010110 | 1001100 | 101011 |
Color Harmonies of #1ABF6C
Complementary color
Monochromatic Colors of #1ABF6C
Black with #1ABF6C
Text Example
Text Example
White with #1ABF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABF6C; }
p { color: rgb(26,191,108); }
H1.HeaderClassName
{
color: #1ABF6C;
}
.AnyTagClassName
{
color: #1ABF6C;
}
</style>
background-color css
<style>
a { background-color: #1ABF6C; }
a { background-color: rgb(26,191,108); }
div.DivClassName
{
background-color: #1ABF6C;
}
.BgClassName
{
background-color: #1ABF6C;
}
</style>
border-color css
<style>
span { border-color: #1ABF6C; }
span { border-color: rgb(26,191,108); }
td.TdClassName
{
border-color: #1ABF6C;
}
.TagClassName
{
border-color: #1ABF6C;
}
</style>