Shades of Gossip #A0CC83
Tints of Gossip #A0CC83
RGB
CMYK
RGB Variations
Color information
#A0CC83 (or 0xA0CC83) is known color: Gossip. HEX triplet: A0, CC and 83. RGB value is (160,204,131). Sum of RGB (Red+Green+Blue) = 160+204+131=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC83 is #5F337C. Grayscale: #B6B6B6. Windows color (decimal): -6239101 or 8637600. OLE color: 8637600.
HSL color Cylindrical-coordinate representation of color #A0CC83: hue angle of 96.16º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0CC83 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 131 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.2 |
| HSL | 96.16º | 0.42% | 0.66% | - |
| HSV(B) | 96.16º | 0.36% | 0.8% | - |
| XYZ | 40.19 | 52.3 | 29.45 | - |
| YUV | 182.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 131 | 0.22 | 0 | 0.36 | 0.2 | 96.16 | 0.42 | 0.66 |
| Hex | A0 | CC | 83 | 16 | 0 | 24 | 14 | 60 | 2A | 42 |
| Octal | 240 | 314 | 203 | 26 | 0 | 44 | 24 | 140 | 52 | 102 |
| Binary | 10100000 | 11001100 | 10000011 | 10110 | 0 | 100100 | 10100 | 1100000 | 101010 | 1000010 |
Color Harmonies of #A0CC83
Complementary color
Monochromatic Colors of #A0CC83
Black with #A0CC83
Text Example
Text Example
White with #A0CC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC83; }
p { color: rgb(160,204,131); }
H1.HeaderClassName
{
color: #A0CC83;
}
.AnyTagClassName
{
color: #A0CC83;
}
</style>
background-color css
<style>
a { background-color: #A0CC83; }
a { background-color: rgb(160,204,131); }
div.DivClassName
{
background-color: #A0CC83;
}
.BgClassName
{
background-color: #A0CC83;
}
</style>
border-color css
<style>
span { border-color: #A0CC83; }
span { border-color: rgb(160,204,131); }
td.TdClassName
{
border-color: #A0CC83;
}
.TagClassName
{
border-color: #A0CC83;
}
</style>