#A0D68A

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

Shades of Gossip #A0D68A

Tints of Gossip #A0D68A

Color information

#A0D68A (or 0xA0D68A) is unknown color: approx Gossip. HEX triplet: A0, D6 and 8A. RGB value is (160,214,138). Sum of RGB (Red+Green+Blue) = 160+214+138=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D68A is #5F2975. Grayscale: #BDBDBD. Windows color (decimal): -6236534 or 9098912. OLE color: 9098912.

HSL color Cylindrical-coordinate representation of color #A0D68A: hue angle of 102.63º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D68A is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB160214138-
CMYK0.2500.360.16
HSL102.63º48.1%69.02%-
HSV(B)102.63º35.51%83.92%-
XYZ43.1357.432.85-
YUV189.1999.11107.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=31.25%
G=41.80%
B=26.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602141380.2500.360.16102.6348.169.02
HexA0D68A1902410673045
Octal240326212310442014760105
Binary1010000011010110100010101100101001001000011001111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D68A; }

 p { color: rgb(160,214,138); }

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

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

 a { background-color: rgb(160,214,138); }

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

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

 span { border-color: rgb(160,214,138); }

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