Shades of Gossip #A2D48D
Tints of Gossip #A2D48D
RGB
CMYK
RGB Variations
Color information
#A2D48D (or 0xA2D48D) is known color: Gossip. HEX triplet: A2, D4 and 8D. RGB value is (162,212,141). Sum of RGB (Red+Green+Blue) = 162+212+141=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D48D is #5D2B72. Grayscale: #BDBDBD. Windows color (decimal): -6105971 or 9295010. OLE color: 9295010.
HSL color Cylindrical-coordinate representation of color #A2D48D: hue angle of 102.25º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2D48D is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 141 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.17 |
| HSL | 102.25º | 0.45% | 0.69% | - |
| HSV(B) | 102.25º | 0.33% | 0.83% | - |
| XYZ | 43.25 | 56.69 | 33.86 | - |
| YUV | 188.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 141 | 0.24 | 0 | 0.33 | 0.17 | 102.25 | 0.45 | 0.69 |
| Hex | A2 | D4 | 8D | 18 | 0 | 21 | 11 | 66 | 2D | 45 |
| Octal | 242 | 324 | 215 | 30 | 0 | 41 | 21 | 146 | 55 | 105 |
| Binary | 10100010 | 11010100 | 10001101 | 11000 | 0 | 100001 | 10001 | 1100110 | 101101 | 1000101 |
Color Harmonies of #A2D48D
Complementary color
Monochromatic Colors of #A2D48D
Black with #A2D48D
Text Example
Text Example
White with #A2D48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D48D; }
p { color: rgb(162,212,141); }
H1.HeaderClassName
{
color: #A2D48D;
}
.AnyTagClassName
{
color: #A2D48D;
}
</style>
background-color css
<style>
a { background-color: #A2D48D; }
a { background-color: rgb(162,212,141); }
div.DivClassName
{
background-color: #A2D48D;
}
.BgClassName
{
background-color: #A2D48D;
}
</style>
border-color css
<style>
span { border-color: #A2D48D; }
span { border-color: rgb(162,212,141); }
td.TdClassName
{
border-color: #A2D48D;
}
.TagClassName
{
border-color: #A2D48D;
}
</style>