Shades of Gossip #A2D28D
Tints of Gossip #A2D28D
RGB
CMYK
RGB Variations
Color information
#A2D28D (or 0xA2D28D) is known color: Gossip. HEX triplet: A2, D2 and 8D. RGB value is (162,210,141). Sum of RGB (Red+Green+Blue) = 162+210+141=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D28D is #5D2D72. Grayscale: #BCBCBC. Windows color (decimal): -6106483 or 9294498. OLE color: 9294498.
HSL color Cylindrical-coordinate representation of color #A2D28D: hue angle of 101.74º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2D28D is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
RGB | 162 | 210 | 141 | - |
CMYK | 0.23 | 0 | 0.33 | 0.18 |
HSL | 101.74º | 0.43% | 0.69% | - |
HSV(B) | 101.74º | 0.33% | 0.82% | - |
XYZ | 42.75 | 55.7 | 33.7 | - |
YUV | 187.78 | 101.6 | 109.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 210 | 141 | 0.23 | 0 | 0.33 | 0.18 | 101.74 | 0.43 | 0.69 |
Hex | A2 | D2 | 8D | 17 | 0 | 21 | 12 | 66 | 2B | 45 |
Octal | 242 | 322 | 215 | 27 | 0 | 41 | 22 | 146 | 53 | 105 |
Binary | 10100010 | 11010010 | 10001101 | 10111 | 0 | 100001 | 10010 | 1100110 | 101011 | 1000101 |
Color Harmonies of #A2D28D
Complementary color
Monochromatic Colors of #A2D28D
Black with #A2D28D
Text Example
Text Example
White with #A2D28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D28D; }
p { color: rgb(162,210,141); }
H1.HeaderClassName
{
color: #A2D28D;
}
.AnyTagClassName
{
color: #A2D28D;
}
</style>
background-color css
<style>
a { background-color: #A2D28D; }
a { background-color: rgb(162,210,141); }
div.DivClassName
{
background-color: #A2D28D;
}
.BgClassName
{
background-color: #A2D28D;
}
</style>
border-color css
<style>
span { border-color: #A2D28D; }
span { border-color: rgb(162,210,141); }
td.TdClassName
{
border-color: #A2D28D;
}
.TagClassName
{
border-color: #A2D28D;
}
</style>