#A1CC8A

Color #A1CC8A Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #A1CC8A

Tints of Gossip #A1CC8A

Color information

#A1CC8A (or 0xA1CC8A) is unknown color: approx Gossip. HEX triplet: A1, CC and 8A. RGB value is (161,204,138). Sum of RGB (Red+Green+Blue) = 161+204+138=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC8A is #5E3375. Grayscale: #B7B7B7. Windows color (decimal): -6173558 or 9096353. OLE color: 9096353.

HSL color Cylindrical-coordinate representation of color #A1CC8A: hue angle of 99.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1CC8A is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB161204138-
CMYK0.2100.320.2
HSL99.09º39.29%67.06%-
HSV(B)99.09º32.35%80%-
XYZ40.8852.632.04-
YUV183.62102.25111.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=32.01%
G=40.56%
B=27.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041380.2100.320.299.0939.2967.06
HexA1CC8A1502014632743
Octal241314212250402414347103
Binary1010000111001100100010101010101000001010011000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC8A; }

 p { color: rgb(161,204,138); }

 H1.HeaderClassName
 {
   color: #A1CC8A;
 }
 .AnyTagClassName
 {
   color: #A1CC8A;
 }
</style>
background-color css

<style>
 a { background-color: #A1CC8A; }

 a { background-color: rgb(161,204,138); }

 div.DivClassName
 {
   background-color: #A1CC8A;
 }
 .BgClassName
 {
   background-color: #A1CC8A;
 }
</style>
border-color css

<style>
 span { border-color: #A1CC8A; }

 span { border-color: rgb(161,204,138); }

 td.TdClassName
 {
   border-color: #A1CC8A;
 }
 .TagClassName
 {
   border-color: #A1CC8A;
 }
</style>