Shades of Gossip #A1C48E
Tints of Gossip #A1C48E
RGB
CMYK
RGB Variations
Color information
#A1C48E (or 0xA1C48E) is known color: Gossip. HEX triplet: A1, C4 and 8E. RGB value is (161,196,142). Sum of RGB (Red+Green+Blue) = 161+196+142=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C48E is #5E3B71. Grayscale: #B3B3B3. Windows color (decimal): -6175602 or 9356449. OLE color: 9356449.
HSL color Cylindrical-coordinate representation of color #A1C48E: hue angle of 98.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1C48E is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 142 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.23 |
| HSL | 98.89º | 0.31% | 0.66% | - |
| HSV(B) | 98.89º | 0.28% | 0.77% | - |
| XYZ | 39.32 | 49.01 | 32.98 | - |
| YUV | 179.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 142 | 0.18 | 0 | 0.28 | 0.23 | 98.89 | 0.31 | 0.66 |
| Hex | A1 | C4 | 8E | 12 | 0 | 1C | 17 | 63 | 1F | 42 |
| Octal | 241 | 304 | 216 | 22 | 0 | 34 | 27 | 143 | 37 | 102 |
| Binary | 10100001 | 11000100 | 10001110 | 10010 | 0 | 11100 | 10111 | 1100011 | 11111 | 1000010 |
Color Harmonies of #A1C48E
Complementary color
Monochromatic Colors of #A1C48E
Black with #A1C48E
Text Example
Text Example
White with #A1C48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C48E; }
p { color: rgb(161,196,142); }
H1.HeaderClassName
{
color: #A1C48E;
}
.AnyTagClassName
{
color: #A1C48E;
}
</style>
background-color css
<style>
a { background-color: #A1C48E; }
a { background-color: rgb(161,196,142); }
div.DivClassName
{
background-color: #A1C48E;
}
.BgClassName
{
background-color: #A1C48E;
}
</style>
border-color css
<style>
span { border-color: #A1C48E; }
span { border-color: rgb(161,196,142); }
td.TdClassName
{
border-color: #A1C48E;
}
.TagClassName
{
border-color: #A1C48E;
}
</style>