Shades of Gossip #A0CC85
Tints of Gossip #A0CC85
RGB
CMYK
RGB Variations
Color information
#A0CC85 (or 0xA0CC85) is known color: Gossip. HEX triplet: A0, CC and 85. RGB value is (160,204,133). Sum of RGB (Red+Green+Blue) = 160+204+133=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC85 is #5F337A. Grayscale: #B6B6B6. Windows color (decimal): -6239099 or 8768672. OLE color: 8768672.
HSL color Cylindrical-coordinate representation of color #A0CC85: hue angle of 97.18º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0CC85 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 133 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.2 |
| HSL | 97.18º | 0.41% | 0.66% | - |
| HSV(B) | 97.18º | 0.35% | 0.8% | - |
| XYZ | 40.32 | 52.35 | 30.17 | - |
| YUV | 182.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 133 | 0.22 | 0 | 0.35 | 0.2 | 97.18 | 0.41 | 0.66 |
| Hex | A0 | CC | 85 | 16 | 0 | 23 | 14 | 61 | 29 | 42 |
| Octal | 240 | 314 | 205 | 26 | 0 | 43 | 24 | 141 | 51 | 102 |
| Binary | 10100000 | 11001100 | 10000101 | 10110 | 0 | 100011 | 10100 | 1100001 | 101001 | 1000010 |
Color Harmonies of #A0CC85
Complementary color
Monochromatic Colors of #A0CC85
Black with #A0CC85
Text Example
Text Example
White with #A0CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC85; }
p { color: rgb(160,204,133); }
H1.HeaderClassName
{
color: #A0CC85;
}
.AnyTagClassName
{
color: #A0CC85;
}
</style>
background-color css
<style>
a { background-color: #A0CC85; }
a { background-color: rgb(160,204,133); }
div.DivClassName
{
background-color: #A0CC85;
}
.BgClassName
{
background-color: #A0CC85;
}
</style>
border-color css
<style>
span { border-color: #A0CC85; }
span { border-color: rgb(160,204,133); }
td.TdClassName
{
border-color: #A0CC85;
}
.TagClassName
{
border-color: #A0CC85;
}
</style>