Shades of Gossip #A2D08C
Tints of Gossip #A2D08C
RGB
CMYK
RGB Variations
Color information
#A2D08C (or 0xA2D08C) is known color: Gossip. HEX triplet: A2, D0 and 8C. RGB value is (162,208,140). Sum of RGB (Red+Green+Blue) = 162+208+140=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D08C is #5D2F73. Grayscale: #BABABA. Windows color (decimal): -6106996 or 9228450. OLE color: 9228450.
HSL color Cylindrical-coordinate representation of color #A2D08C: hue angle of 100.59º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2D08C is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 140 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.18 |
| HSL | 100.59º | 0.42% | 0.68% | - |
| HSV(B) | 100.59º | 0.33% | 0.82% | - |
| XYZ | 42.19 | 54.69 | 33.14 | - |
| YUV | 186.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 140 | 0.22 | 0 | 0.33 | 0.18 | 100.59 | 0.42 | 0.68 |
| Hex | A2 | D0 | 8C | 16 | 0 | 21 | 12 | 65 | 2A | 44 |
| Octal | 242 | 320 | 214 | 26 | 0 | 41 | 22 | 145 | 52 | 104 |
| Binary | 10100010 | 11010000 | 10001100 | 10110 | 0 | 100001 | 10010 | 1100101 | 101010 | 1000100 |
Color Harmonies of #A2D08C
Complementary color
Monochromatic Colors of #A2D08C
Black with #A2D08C
Text Example
Text Example
White with #A2D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D08C; }
p { color: rgb(162,208,140); }
H1.HeaderClassName
{
color: #A2D08C;
}
.AnyTagClassName
{
color: #A2D08C;
}
</style>
background-color css
<style>
a { background-color: #A2D08C; }
a { background-color: rgb(162,208,140); }
div.DivClassName
{
background-color: #A2D08C;
}
.BgClassName
{
background-color: #A2D08C;
}
</style>
border-color css
<style>
span { border-color: #A2D08C; }
span { border-color: rgb(162,208,140); }
td.TdClassName
{
border-color: #A2D08C;
}
.TagClassName
{
border-color: #A2D08C;
}
</style>