#A1CD7F

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

Shades of Gossip #A1CD7F

Tints of Gossip #A1CD7F

Color information

#A1CD7F (or 0xA1CD7F) is unknown color: approx Gossip. HEX triplet: A1, CD and 7F. RGB value is (161,205,127). Sum of RGB (Red+Green+Blue) = 161+205+127=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD7F is #5E3280. Grayscale: #B7B7B7. Windows color (decimal): -6173313 or 8375713. OLE color: 8375713.

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

Color convert

RGB161205127-
CMYK0.2100.380.20
HSL93.85º43.82%65.1%-
HSV(B)93.85º38.05%80.39%-
XYZ40.3652.7728.14-
YUV182.9596.42112.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 127 (50% from 255) = 25.76%
R=32.66%
G=41.58%
B=25.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051270.2100.380.2093.8543.8265.1
HexA1CD7F15026145e2c41
Octal241315177250462413654101
Binary101000011100110111111111010101001101010010111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD7F; }

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

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

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

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

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

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

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

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