Shades of Gossip #A2DD8B
Tints of Gossip #A2DD8B
RGB
CMYK
RGB Variations
Color information
#A2DD8B (or 0xA2DD8B) is known color: Gossip. HEX triplet: A2, DD and 8B. RGB value is (162,221,139). Sum of RGB (Red+Green+Blue) = 162+221+139=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD8B is #5D2274. Grayscale: #C2C2C2. Windows color (decimal): -6103669 or 9166242. OLE color: 9166242.
HSL color Cylindrical-coordinate representation of color #A2DD8B: hue angle of 103.17º degrees, saturation: 0.55, 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 #A2DD8B is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 139 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.13 |
| HSL | 103.17º | 0.55% | 0.71% | - |
| HSV(B) | 103.17º | 0.37% | 0.87% | - |
| XYZ | 45.42 | 61.26 | 33.86 | - |
| YUV | 194.01 | 96.95 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 139 | 0.27 | 0 | 0.37 | 0.13 | 103.17 | 0.55 | 0.71 |
| Hex | A2 | DD | 8B | 1B | 0 | 25 | D | 67 | 37 | 47 |
| Octal | 242 | 335 | 213 | 33 | 0 | 45 | 15 | 147 | 67 | 107 |
| Binary | 10100010 | 11011101 | 10001011 | 11011 | 0 | 100101 | 1101 | 1100111 | 110111 | 1000111 |
Color Harmonies of #A2DD8B
Complementary color
Monochromatic Colors of #A2DD8B
Black with #A2DD8B
Text Example
Text Example
White with #A2DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DD8B; }
p { color: rgb(162,221,139); }
H1.HeaderClassName
{
color: #A2DD8B;
}
.AnyTagClassName
{
color: #A2DD8B;
}
</style>
background-color css
<style>
a { background-color: #A2DD8B; }
a { background-color: rgb(162,221,139); }
div.DivClassName
{
background-color: #A2DD8B;
}
.BgClassName
{
background-color: #A2DD8B;
}
</style>
border-color css
<style>
span { border-color: #A2DD8B; }
span { border-color: rgb(162,221,139); }
td.TdClassName
{
border-color: #A2DD8B;
}
.TagClassName
{
border-color: #A2DD8B;
}
</style>