Shades of Gossip #A2DD8C
Tints of Gossip #A2DD8C
RGB
CMYK
RGB Variations
Color information
#A2DD8C (or 0xA2DD8C) is known color: Gossip. HEX triplet: A2, DD and 8C. RGB value is (162,221,140). Sum of RGB (Red+Green+Blue) = 162+221+140=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD8C is #5D2273. Grayscale: #C2C2C2. Windows color (decimal): -6103668 or 9231778. OLE color: 9231778.
HSL color Cylindrical-coordinate representation of color #A2DD8C: hue angle of 103.7º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2DD8C is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 140 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.13 |
| HSL | 103.7º | 0.54% | 0.71% | - |
| HSV(B) | 103.7º | 0.37% | 0.87% | - |
| XYZ | 45.49 | 61.29 | 34.24 | - |
| YUV | 194.13 | 97.45 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 140 | 0.27 | 0 | 0.37 | 0.13 | 103.7 | 0.54 | 0.71 |
| Hex | A2 | DD | 8C | 1B | 0 | 25 | D | 68 | 36 | 47 |
| Octal | 242 | 335 | 214 | 33 | 0 | 45 | 15 | 150 | 66 | 107 |
| Binary | 10100010 | 11011101 | 10001100 | 11011 | 0 | 100101 | 1101 | 1101000 | 110110 | 1000111 |
Color Harmonies of #A2DD8C
Complementary color
Monochromatic Colors of #A2DD8C
Black with #A2DD8C
Text Example
Text Example
White with #A2DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD8C; }
p { color: rgb(162,221,140); }
H1.HeaderClassName
{
color: #A2DD8C;
}
.AnyTagClassName
{
color: #A2DD8C;
}
</style>
background-color css
<style>
a { background-color: #A2DD8C; }
a { background-color: rgb(162,221,140); }
div.DivClassName
{
background-color: #A2DD8C;
}
.BgClassName
{
background-color: #A2DD8C;
}
</style>
border-color css
<style>
span { border-color: #A2DD8C; }
span { border-color: rgb(162,221,140); }
td.TdClassName
{
border-color: #A2DD8C;
}
.TagClassName
{
border-color: #A2DD8C;
}
</style>