#A1D28B

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

Shades of Gossip #A1D28B

Tints of Gossip #A1D28B

Color information

#A1D28B (or 0xA1D28B) is unknown color: approx Gossip. HEX triplet: A1, D2 and 8B. RGB value is (161,210,139). Sum of RGB (Red+Green+Blue) = 161+210+139=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D28B is #5E2D74. Grayscale: #BBBBBB. Windows color (decimal): -6172021 or 9163425. OLE color: 9163425.

HSL color Cylindrical-coordinate representation of color #A1D28B: hue angle of 101.41º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1D28B is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB161210139-
CMYK0.2300.340.18
HSL101.41º44.1%68.43%-
HSV(B)101.41º33.81%82.35%-
XYZ42.455.5332.91-
YUV187.26100.77109.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=31.57%
G=41.18%
B=27.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612101390.2300.340.18101.4144.168.43
HexA1D28B1702212652c44
Octal241322213270422214554104
Binary1010000111010010100010111011101000101001011001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D28B; }

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

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

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

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

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

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

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

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