#A1D68F

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

Shades of Gossip #A1D68F

Tints of Gossip #A1D68F

Color information

#A1D68F (or 0xA1D68F) is unknown color: approx Gossip. HEX triplet: A1, D6 and 8F. RGB value is (161,214,143). Sum of RGB (Red+Green+Blue) = 161+214+143=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D68F is #5E2970. Grayscale: #BEBEBE. Windows color (decimal): -6170993 or 9426593. OLE color: 9426593.

HSL color Cylindrical-coordinate representation of color #A1D68F: hue angle of 104.79º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D68F is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB161214143-
CMYK0.2500.330.16
HSL104.79º46.41%70%-
HSV(B)104.79º33.18%83.92%-
XYZ43.757.6534.81-
YUV190.06101.44107.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=31.08%
G=41.31%
B=27.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141430.2500.330.16104.7946.4170
HexA1D68F1902110692e46
Octal241326217310412015156106
Binary1010000111010110100011111100101000011000011010011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D68F; }

 p { color: rgb(161,214,143); }

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

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

 a { background-color: rgb(161,214,143); }

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

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

 span { border-color: rgb(161,214,143); }

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