Shades of Gossip #A0D284
Tints of Gossip #A0D284
RGB
CMYK
RGB Variations
Color information
#A0D284 (or 0xA0D284) is known color: Gossip. HEX triplet: A0, D2 and 84. RGB value is (160,210,132). Sum of RGB (Red+Green+Blue) = 160+210+132=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D284 is #5F2D7B. Grayscale: #BABABA. Windows color (decimal): -6237564 or 8704672. OLE color: 8704672.
HSL color Cylindrical-coordinate representation of color #A0D284: hue angle of 98.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0D284 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 132 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.18 |
| HSL | 98.46º | 0.46% | 0.67% | - |
| HSV(B) | 98.46º | 0.37% | 0.82% | - |
| XYZ | 41.71 | 55.23 | 30.29 | - |
| YUV | 186.16 | 97.44 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 132 | 0.24 | 0 | 0.37 | 0.18 | 98.46 | 0.46 | 0.67 |
| Hex | A0 | D2 | 84 | 18 | 0 | 25 | 12 | 62 | 2E | 43 |
| Octal | 240 | 322 | 204 | 30 | 0 | 45 | 22 | 142 | 56 | 103 |
| Binary | 10100000 | 11010010 | 10000100 | 11000 | 0 | 100101 | 10010 | 1100010 | 101110 | 1000011 |
Color Harmonies of #A0D284
Complementary color
Monochromatic Colors of #A0D284
Black with #A0D284
Text Example
Text Example
White with #A0D284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D284; }
p { color: rgb(160,210,132); }
H1.HeaderClassName
{
color: #A0D284;
}
.AnyTagClassName
{
color: #A0D284;
}
</style>
background-color css
<style>
a { background-color: #A0D284; }
a { background-color: rgb(160,210,132); }
div.DivClassName
{
background-color: #A0D284;
}
.BgClassName
{
background-color: #A0D284;
}
</style>
border-color css
<style>
span { border-color: #A0D284; }
span { border-color: rgb(160,210,132); }
td.TdClassName
{
border-color: #A0D284;
}
.TagClassName
{
border-color: #A0D284;
}
</style>