Shades of Gossip #A1CC84
Tints of Gossip #A1CC84
RGB
CMYK
RGB Variations
Color information
#A1CC84 (or 0xA1CC84) is known color: Gossip. HEX triplet: A1, CC and 84. RGB value is (161,204,132). Sum of RGB (Red+Green+Blue) = 161+204+132=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC84 is #5E337B. Grayscale: #B7B7B7. Windows color (decimal): -6173564 or 8703137. OLE color: 8703137.
HSL color Cylindrical-coordinate representation of color #A1CC84: hue angle of 95.83º 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 #A1CC84 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 132 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.2 |
| HSL | 95.83º | 0.41% | 0.66% | - |
| HSV(B) | 95.83º | 0.35% | 0.8% | - |
| XYZ | 40.46 | 52.43 | 29.82 | - |
| YUV | 182.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 132 | 0.21 | 0 | 0.35 | 0.2 | 95.83 | 0.41 | 0.66 |
| Hex | A1 | CC | 84 | 15 | 0 | 23 | 14 | 60 | 29 | 42 |
| Octal | 241 | 314 | 204 | 25 | 0 | 43 | 24 | 140 | 51 | 102 |
| Binary | 10100001 | 11001100 | 10000100 | 10101 | 0 | 100011 | 10100 | 1100000 | 101001 | 1000010 |
Color Harmonies of #A1CC84
Complementary color
Monochromatic Colors of #A1CC84
Black with #A1CC84
Text Example
Text Example
White with #A1CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC84; }
p { color: rgb(161,204,132); }
H1.HeaderClassName
{
color: #A1CC84;
}
.AnyTagClassName
{
color: #A1CC84;
}
</style>
background-color css
<style>
a { background-color: #A1CC84; }
a { background-color: rgb(161,204,132); }
div.DivClassName
{
background-color: #A1CC84;
}
.BgClassName
{
background-color: #A1CC84;
}
</style>
border-color css
<style>
span { border-color: #A1CC84; }
span { border-color: rgb(161,204,132); }
td.TdClassName
{
border-color: #A1CC84;
}
.TagClassName
{
border-color: #A1CC84;
}
</style>