Shades of Gossip #A1C78B
Tints of Gossip #A1C78B
RGB
CMYK
RGB Variations
Color information
#A1C78B (or 0xA1C78B) is known color: Gossip. HEX triplet: A1, C7 and 8B. RGB value is (161,199,139). Sum of RGB (Red+Green+Blue) = 161+199+139=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C78B is #5E3874. Grayscale: #B4B4B4. Windows color (decimal): -6174837 or 9160609. OLE color: 9160609.
HSL color Cylindrical-coordinate representation of color #A1C78B: hue angle of 98º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1C78B is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 139 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.22 |
| HSL | 98º | 0.35% | 0.66% | - |
| HSV(B) | 98º | 0.3% | 0.78% | - |
| XYZ | 39.78 | 50.29 | 32.04 | - |
| YUV | 180.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 139 | 0.19 | 0 | 0.30 | 0.22 | 98 | 0.35 | 0.66 |
| Hex | A1 | C7 | 8B | 13 | 0 | 1E | 16 | 62 | 23 | 42 |
| Octal | 241 | 307 | 213 | 23 | 0 | 36 | 26 | 142 | 43 | 102 |
| Binary | 10100001 | 11000111 | 10001011 | 10011 | 0 | 11110 | 10110 | 1100010 | 100011 | 1000010 |
Color Harmonies of #A1C78B
Complementary color
Monochromatic Colors of #A1C78B
Black with #A1C78B
Text Example
Text Example
White with #A1C78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C78B; }
p { color: rgb(161,199,139); }
H1.HeaderClassName
{
color: #A1C78B;
}
.AnyTagClassName
{
color: #A1C78B;
}
</style>
background-color css
<style>
a { background-color: #A1C78B; }
a { background-color: rgb(161,199,139); }
div.DivClassName
{
background-color: #A1C78B;
}
.BgClassName
{
background-color: #A1C78B;
}
</style>
border-color css
<style>
span { border-color: #A1C78B; }
span { border-color: rgb(161,199,139); }
td.TdClassName
{
border-color: #A1C78B;
}
.TagClassName
{
border-color: #A1C78B;
}
</style>