#A0D68F

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

Shades of Gossip #A0D68F

Tints of Gossip #A0D68F

Color information

#A0D68F (or 0xA0D68F) is unknown color: approx Gossip. HEX triplet: A0, D6 and 8F. RGB value is (160,214,143). Sum of RGB (Red+Green+Blue) = 160+214+143=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D68F is #5F2970. Grayscale: #BDBDBD. Windows color (decimal): -6236529 or 9426592. OLE color: 9426592.

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

Color convert

RGB160214143-
CMYK0.2500.330.16
HSL105.63º46.41%70%-
HSV(B)105.63º33.18%83.92%-
XYZ43.557.5534.8-
YUV189.76101.61106.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=30.95%
G=41.39%
B=27.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602141430.2500.330.16105.6346.4170
HexA0D68F19021106a2e46
Octal240326217310412015256106
Binary1010000011010110100011111100101000011000011010101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D68F; }

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

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

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

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

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

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

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

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