Shades of Gossip #A2D487
Tints of Gossip #A2D487
RGB
CMYK
RGB Variations
Color information
#A2D487 (or 0xA2D487) is known color: Gossip. HEX triplet: A2, D4 and 87. RGB value is (162,212,135). Sum of RGB (Red+Green+Blue) = 162+212+135=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D487 is #5D2B78. Grayscale: #BCBCBC. Windows color (decimal): -6105977 or 8901794. OLE color: 8901794.
HSL color Cylindrical-coordinate representation of color #A2D487: hue angle of 98.96º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2D487 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 212 | 135 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.17 |
| HSL | 98.96º | 0.47% | 0.68% | - |
| HSV(B) | 98.96º | 0.36% | 0.83% | - |
| XYZ | 42.82 | 56.52 | 31.57 | - |
| YUV | 188.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 135 | 0.24 | 0 | 0.36 | 0.17 | 98.96 | 0.47 | 0.68 |
| Hex | A2 | D4 | 87 | 18 | 0 | 24 | 11 | 63 | 2F | 44 |
| Octal | 242 | 324 | 207 | 30 | 0 | 44 | 21 | 143 | 57 | 104 |
| Binary | 10100010 | 11010100 | 10000111 | 11000 | 0 | 100100 | 10001 | 1100011 | 101111 | 1000100 |
Color Harmonies of #A2D487
Complementary color
Monochromatic Colors of #A2D487
Black with #A2D487
Text Example
Text Example
White with #A2D487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D487; }
p { color: rgb(162,212,135); }
H1.HeaderClassName
{
color: #A2D487;
}
.AnyTagClassName
{
color: #A2D487;
}
</style>
background-color css
<style>
a { background-color: #A2D487; }
a { background-color: rgb(162,212,135); }
div.DivClassName
{
background-color: #A2D487;
}
.BgClassName
{
background-color: #A2D487;
}
</style>
border-color css
<style>
span { border-color: #A2D487; }
span { border-color: rgb(162,212,135); }
td.TdClassName
{
border-color: #A2D487;
}
.TagClassName
{
border-color: #A2D487;
}
</style>