#a2d094

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

Shades of Gossip #A2D094

Tints of Gossip #A2D094

Color information

#A2D094 (or 0xA2D094) is unknown color: approx Gossip. HEX triplet: A2, D0 and 94. RGB value is (162,208,148). Sum of RGB (Red+Green+Blue) = 162+208+148=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D094 is #5D2F6B. Grayscale: #BBBBBB. Windows color (decimal): -6106988 or 9752738. OLE color: 9752738.

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

Color convert

RGB162208148-
CMYK0.2200.290.18
HSL106º38.96%69.8%-
HSV(B)106º28.85%81.57%-
XYZ42.854.9336.36-
YUV187.41105.76109.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=31.27%
G=40.15%
B=28.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622081480.2200.290.1810638.9669.8
HexA2D0941601D126a2746
Octal242320224260352215247106
Binary101000101101000010010100101100111011001011010101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2d094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2d094; }

 p { color: rgb(162,208,148); }

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

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

 a { background-color: rgb(162,208,148); }

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

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

 span { border-color: rgb(162,208,148); }

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