Shades of Gossip #A2D48E
Tints of Gossip #A2D48E
RGB
CMYK
RGB Variations
Color information
#A2D48E (or 0xA2D48E) is known color: Gossip. HEX triplet: A2, D4 and 8E. RGB value is (162,212,142). Sum of RGB (Red+Green+Blue) = 162+212+142=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D48E is #5D2B71. Grayscale: #BDBDBD. Windows color (decimal): -6105970 or 9360546. OLE color: 9360546.
HSL color Cylindrical-coordinate representation of color #A2D48E: hue angle of 102.86º 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 #A2D48E is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 142 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.17 |
| HSL | 102.86º | 0.45% | 0.69% | - |
| HSV(B) | 102.86º | 0.33% | 0.83% | - |
| XYZ | 43.33 | 56.72 | 34.26 | - |
| YUV | 189.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 142 | 0.24 | 0 | 0.33 | 0.17 | 102.86 | 0.45 | 0.69 |
| Hex | A2 | D4 | 8E | 18 | 0 | 21 | 11 | 67 | 2D | 45 |
| Octal | 242 | 324 | 216 | 30 | 0 | 41 | 21 | 147 | 55 | 105 |
| Binary | 10100010 | 11010100 | 10001110 | 11000 | 0 | 100001 | 10001 | 1100111 | 101101 | 1000101 |
Color Harmonies of #A2D48E
Complementary color
Monochromatic Colors of #A2D48E
Black with #A2D48E
Text Example
Text Example
White with #A2D48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D48E; }
p { color: rgb(162,212,142); }
H1.HeaderClassName
{
color: #A2D48E;
}
.AnyTagClassName
{
color: #A2D48E;
}
</style>
background-color css
<style>
a { background-color: #A2D48E; }
a { background-color: rgb(162,212,142); }
div.DivClassName
{
background-color: #A2D48E;
}
.BgClassName
{
background-color: #A2D48E;
}
</style>
border-color css
<style>
span { border-color: #A2D48E; }
span { border-color: rgb(162,212,142); }
td.TdClassName
{
border-color: #A2D48E;
}
.TagClassName
{
border-color: #A2D48E;
}
</style>