Shades of Gossip #A0DA83
Tints of Gossip #A0DA83
RGB
CMYK
RGB Variations
Color information
#A0DA83 (or 0xA0DA83) is known color: Gossip. HEX triplet: A0, DA and 83. RGB value is (160,218,131). Sum of RGB (Red+Green+Blue) = 160+218+131=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA83 is #5F257C. Grayscale: #BFBFBF. Windows color (decimal): -6235517 or 8641184. OLE color: 8641184.
HSL color Cylindrical-coordinate representation of color #A0DA83: hue angle of 100º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0DA83 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 131 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.15 |
| HSL | 100º | 0.54% | 0.68% | - |
| HSV(B) | 100º | 0.4% | 0.85% | - |
| XYZ | 43.67 | 59.26 | 30.61 | - |
| YUV | 190.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 131 | 0.27 | 0 | 0.40 | 0.15 | 100 | 0.54 | 0.68 |
| Hex | A0 | DA | 83 | 1B | 0 | 28 | F | 64 | 36 | 44 |
| Octal | 240 | 332 | 203 | 33 | 0 | 50 | 17 | 144 | 66 | 104 |
| Binary | 10100000 | 11011010 | 10000011 | 11011 | 0 | 101000 | 1111 | 1100100 | 110110 | 1000100 |
Color Harmonies of #A0DA83
Complementary color
Monochromatic Colors of #A0DA83
Black with #A0DA83
Text Example
Text Example
White with #A0DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA83; }
p { color: rgb(160,218,131); }
H1.HeaderClassName
{
color: #A0DA83;
}
.AnyTagClassName
{
color: #A0DA83;
}
</style>
background-color css
<style>
a { background-color: #A0DA83; }
a { background-color: rgb(160,218,131); }
div.DivClassName
{
background-color: #A0DA83;
}
.BgClassName
{
background-color: #A0DA83;
}
</style>
border-color css
<style>
span { border-color: #A0DA83; }
span { border-color: rgb(160,218,131); }
td.TdClassName
{
border-color: #A0DA83;
}
.TagClassName
{
border-color: #A0DA83;
}
</style>