Shades of Gossip #A0D485
Tints of Gossip #A0D485
RGB
CMYK
RGB Variations
Color information
#A0D485 (or 0xA0D485) is known color: Gossip. HEX triplet: A0, D4 and 85. RGB value is (160,212,133). Sum of RGB (Red+Green+Blue) = 160+212+133=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D485 is #5F2B7A. Grayscale: #BBBBBB. Windows color (decimal): -6237051 or 8770720. OLE color: 8770720.
HSL color Cylindrical-coordinate representation of color #A0D485: hue angle of 99.49º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0D485 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 133 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.17 |
| HSL | 99.49º | 0.48% | 0.68% | - |
| HSV(B) | 99.49º | 0.37% | 0.83% | - |
| XYZ | 42.27 | 56.25 | 30.82 | - |
| YUV | 187.45 | 97.27 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 133 | 0.25 | 0 | 0.37 | 0.17 | 99.49 | 0.48 | 0.68 |
| Hex | A0 | D4 | 85 | 19 | 0 | 25 | 11 | 63 | 30 | 44 |
| Octal | 240 | 324 | 205 | 31 | 0 | 45 | 21 | 143 | 60 | 104 |
| Binary | 10100000 | 11010100 | 10000101 | 11001 | 0 | 100101 | 10001 | 1100011 | 110000 | 1000100 |
Color Harmonies of #A0D485
Complementary color
Monochromatic Colors of #A0D485
Black with #A0D485
Text Example
Text Example
White with #A0D485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D485; }
p { color: rgb(160,212,133); }
H1.HeaderClassName
{
color: #A0D485;
}
.AnyTagClassName
{
color: #A0D485;
}
</style>
background-color css
<style>
a { background-color: #A0D485; }
a { background-color: rgb(160,212,133); }
div.DivClassName
{
background-color: #A0D485;
}
.BgClassName
{
background-color: #A0D485;
}
</style>
border-color css
<style>
span { border-color: #A0D485; }
span { border-color: rgb(160,212,133); }
td.TdClassName
{
border-color: #A0D485;
}
.TagClassName
{
border-color: #A0D485;
}
</style>