#A1D28F

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

Shades of Gossip #A1D28F

Tints of Gossip #A1D28F

Color information

#A1D28F (or 0xA1D28F) is unknown color: approx Gossip. HEX triplet: A1, D2 and 8F. RGB value is (161,210,143). Sum of RGB (Red+Green+Blue) = 161+210+143=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D28F is #5E2D70. Grayscale: #BBBBBB. Windows color (decimal): -6172017 or 9425569. OLE color: 9425569.

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

Color convert

RGB161210143-
CMYK0.2300.320.18
HSL103.88º42.68%69.22%-
HSV(B)103.88º31.9%82.35%-
XYZ42.755.6534.48-
YUV187.71102.77108.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 210 (82.42% from 255) = 40.86%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=31.32%
G=40.86%
B=27.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612101430.2300.320.18103.8842.6869.22
HexA1D28F1702012682b45
Octal241322217270402215053105
Binary1010000111010010100011111011101000001001011010001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D28F; }

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

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

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

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

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

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

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

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