Shades of Gossip #A1C77E
Tints of Gossip #A1C77E
RGB
CMYK
RGB Variations
Color information
#A1C77E (or 0xA1C77E) is known color: Gossip. HEX triplet: A1, C7 and 7E. RGB value is (161,199,126). Sum of RGB (Red+Green+Blue) = 161+199+126=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C77E is #5E3881. Grayscale: #B3B3B3. Windows color (decimal): -6174850 or 8308641. OLE color: 8308641.
HSL color Cylindrical-coordinate representation of color #A1C77E: hue angle of 91.23º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1C77E is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 126 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.22 |
| HSL | 91.23º | 0.39% | 0.64% | - |
| HSV(B) | 91.23º | 0.37% | 0.78% | - |
| XYZ | 38.89 | 49.93 | 27.33 | - |
| YUV | 179.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 126 | 0.19 | 0 | 0.37 | 0.22 | 91.23 | 0.39 | 0.64 |
| Hex | A1 | C7 | 7E | 13 | 0 | 25 | 16 | 5B | 27 | 40 |
| Octal | 241 | 307 | 176 | 23 | 0 | 45 | 26 | 133 | 47 | 100 |
| Binary | 10100001 | 11000111 | 1111110 | 10011 | 0 | 100101 | 10110 | 1011011 | 100111 | 1000000 |
Color Harmonies of #A1C77E
Complementary color
Monochromatic Colors of #A1C77E
Black with #A1C77E
Text Example
Text Example
White with #A1C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C77E; }
p { color: rgb(161,199,126); }
H1.HeaderClassName
{
color: #A1C77E;
}
.AnyTagClassName
{
color: #A1C77E;
}
</style>
background-color css
<style>
a { background-color: #A1C77E; }
a { background-color: rgb(161,199,126); }
div.DivClassName
{
background-color: #A1C77E;
}
.BgClassName
{
background-color: #A1C77E;
}
</style>
border-color css
<style>
span { border-color: #A1C77E; }
span { border-color: rgb(161,199,126); }
td.TdClassName
{
border-color: #A1C77E;
}
.TagClassName
{
border-color: #A1C77E;
}
</style>