#A1CD8C

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

Shades of Gossip #A1CD8C

Tints of Gossip #A1CD8C

Color information

#A1CD8C (or 0xA1CD8C) is unknown color: approx Gossip. HEX triplet: A1, CD and 8C. RGB value is (161,205,140). Sum of RGB (Red+Green+Blue) = 161+205+140=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD8C is #5E3273. Grayscale: #B8B8B8. Windows color (decimal): -6173300 or 9227681. OLE color: 9227681.

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

Color convert

RGB161205140-
CMYK0.2100.320.20
HSL100.62º39.39%67.65%-
HSV(B)100.62º31.71%80.39%-
XYZ41.2653.1332.89-
YUV184.43102.92111.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=31.82%
G=40.51%
B=27.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051400.2100.320.20100.6239.3967.65
HexA1CD8C1502014652744
Octal241315214250402414547104
Binary1010000111001101100011001010101000001010011001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD8C; }

 p { color: rgb(161,205,140); }

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

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

 a { background-color: rgb(161,205,140); }

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

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

 span { border-color: rgb(161,205,140); }

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