#A1DE8B

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

Shades of Gossip #A1DE8B

Tints of Gossip #A1DE8B

Color information

#A1DE8B (or 0xA1DE8B) is unknown color: approx Gossip. HEX triplet: A1, DE and 8B. RGB value is (161,222,139). Sum of RGB (Red+Green+Blue) = 161+222+139=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DE8B is #5E2174. Grayscale: #C2C2C2. Windows color (decimal): -6168949 or 9166497. OLE color: 9166497.

HSL color Cylindrical-coordinate representation of color #A1DE8B: hue angle of 104.1º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1DE8B is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB161222139-
CMYK0.2700.370.13
HSL104.1º55.7%70.78%-
HSV(B)104.1º37.39%87.06%-
XYZ45.4861.6833.94-
YUV194.396.79104.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 222 (87.11% from 255) = 42.53%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=30.84%
G=42.53%
B=26.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612221390.2700.370.13104.155.770.78
HexA1DE8B1B025D683847
Octal241336213330451515070107
Binary101000011101111010001011110110100101110111010001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DE8B; }

 p { color: rgb(161,222,139); }

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

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

 a { background-color: rgb(161,222,139); }

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

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

 span { border-color: rgb(161,222,139); }

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