#A1D07F

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

Shades of Gossip #A1D07F

Tints of Gossip #A1D07F

Color information

#A1D07F (or 0xA1D07F) is unknown color: approx Gossip. HEX triplet: A1, D0 and 7F. RGB value is (161,208,127). Sum of RGB (Red+Green+Blue) = 161+208+127=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D07F is #5E2F80. Grayscale: #B8B8B8. Windows color (decimal): -6172545 or 8376481. OLE color: 8376481.

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

Color convert

RGB161208127-
CMYK0.2300.390.18
HSL94.81º46.29%65.69%-
HSV(B)94.81º38.94%81.57%-
XYZ41.0854.2228.38-
YUV184.7195.43111.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 127 (50% from 255) = 25.60%
R=32.46%
G=41.94%
B=25.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081270.2300.390.1894.8146.2965.69
HexA1D07F17027125f2e42
Octal241320177270472213756102
Binary101000011101000011111111011101001111001010111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D07F; }

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

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

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

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

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

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

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

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