Shades of Gossip #A2D48C
Tints of Gossip #A2D48C
RGB
CMYK
RGB Variations
Color information
#A2D48C (or 0xA2D48C) is known color: Gossip. HEX triplet: A2, D4 and 8C. RGB value is (162,212,140). Sum of RGB (Red+Green+Blue) = 162+212+140=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D48C is #5D2B73. Grayscale: #BDBDBD. Windows color (decimal): -6105972 or 9229474. OLE color: 9229474.
HSL color Cylindrical-coordinate representation of color #A2D48C: hue angle of 101.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2D48C is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 140 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.17 |
| HSL | 101.67º | 0.46% | 0.69% | - |
| HSV(B) | 101.67º | 0.34% | 0.83% | - |
| XYZ | 43.18 | 56.66 | 33.47 | - |
| YUV | 188.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 140 | 0.24 | 0 | 0.34 | 0.17 | 101.67 | 0.46 | 0.69 |
| Hex | A2 | D4 | 8C | 18 | 0 | 22 | 11 | 66 | 2E | 45 |
| Octal | 242 | 324 | 214 | 30 | 0 | 42 | 21 | 146 | 56 | 105 |
| Binary | 10100010 | 11010100 | 10001100 | 11000 | 0 | 100010 | 10001 | 1100110 | 101110 | 1000101 |
Color Harmonies of #A2D48C
Complementary color
Monochromatic Colors of #A2D48C
Black with #A2D48C
Text Example
Text Example
White with #A2D48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D48C; }
p { color: rgb(162,212,140); }
H1.HeaderClassName
{
color: #A2D48C;
}
.AnyTagClassName
{
color: #A2D48C;
}
</style>
background-color css
<style>
a { background-color: #A2D48C; }
a { background-color: rgb(162,212,140); }
div.DivClassName
{
background-color: #A2D48C;
}
.BgClassName
{
background-color: #A2D48C;
}
</style>
border-color css
<style>
span { border-color: #A2D48C; }
span { border-color: rgb(162,212,140); }
td.TdClassName
{
border-color: #A2D48C;
}
.TagClassName
{
border-color: #A2D48C;
}
</style>