#A4D491

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

Shades of Gossip #A4D491

Tints of Gossip #A4D491

Color information

#A4D491 (or 0xA4D491) is unknown color: approx Gossip. HEX triplet: A4, D4 and 91. RGB value is (164,212,145). Sum of RGB (Red+Green+Blue) = 164+212+145=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D491 is #5B2B6E. Grayscale: #BEBEBE. Windows color (decimal): -5974895 or 9557156. OLE color: 9557156.

HSL color Cylindrical-coordinate representation of color #A4D491: hue angle of 102.99º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4D491 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB164212145-
CMYK0.2300.320.17
HSL102.99º43.79%70%-
HSV(B)102.99º31.6%83.14%-
XYZ43.9657.0235.48-
YUV190.01102.6109.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=31.48%
G=40.69%
B=27.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642121450.2300.320.17102.9943.7970
HexA4D4911702011672c46
Octal244324221270402114754106
Binary1010010011010100100100011011101000001000111001111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D491; }

 p { color: rgb(164,212,145); }

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

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

 a { background-color: rgb(164,212,145); }

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

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

 span { border-color: rgb(164,212,145); }

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