Shades of Gossip #A1D78A
Tints of Gossip #A1D78A
RGB
CMYK
RGB Variations
Color information
#A1D78A (or 0xA1D78A) is known color: Gossip. HEX triplet: A1, D7 and 8A. RGB value is (161,215,138). Sum of RGB (Red+Green+Blue) = 161+215+138=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D78A is #5E2875. Grayscale: #BEBEBE. Windows color (decimal): -6170742 or 9099169. OLE color: 9099169.
HSL color Cylindrical-coordinate representation of color #A1D78A: hue angle of 102.08º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1D78A is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 138 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.16 |
| HSL | 102.08º | 0.49% | 0.69% | - |
| HSV(B) | 102.08º | 0.36% | 0.84% | - |
| XYZ | 43.59 | 58.01 | 32.95 | - |
| YUV | 190.08 | 98.61 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 138 | 0.25 | 0 | 0.36 | 0.16 | 102.08 | 0.49 | 0.69 |
| Hex | A1 | D7 | 8A | 19 | 0 | 24 | 10 | 66 | 31 | 45 |
| Octal | 241 | 327 | 212 | 31 | 0 | 44 | 20 | 146 | 61 | 105 |
| Binary | 10100001 | 11010111 | 10001010 | 11001 | 0 | 100100 | 10000 | 1100110 | 110001 | 1000101 |
Color Harmonies of #A1D78A
Complementary color
Monochromatic Colors of #A1D78A
Black with #A1D78A
Text Example
Text Example
White with #A1D78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D78A; }
p { color: rgb(161,215,138); }
H1.HeaderClassName
{
color: #A1D78A;
}
.AnyTagClassName
{
color: #A1D78A;
}
</style>
background-color css
<style>
a { background-color: #A1D78A; }
a { background-color: rgb(161,215,138); }
div.DivClassName
{
background-color: #A1D78A;
}
.BgClassName
{
background-color: #A1D78A;
}
</style>
border-color css
<style>
span { border-color: #A1D78A; }
span { border-color: rgb(161,215,138); }
td.TdClassName
{
border-color: #A1D78A;
}
.TagClassName
{
border-color: #A1D78A;
}
</style>