#A0DF8A

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

Shades of Gossip #A0DF8A

Tints of Gossip #A0DF8A

Color information

#A0DF8A (or 0xA0DF8A) is unknown color: approx Gossip. HEX triplet: A0, DF and 8A. RGB value is (160,223,138). Sum of RGB (Red+Green+Blue) = 160+223+138=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF8A is #5F2075. Grayscale: #C2C2C2. Windows color (decimal): -6234230 or 9101216. OLE color: 9101216.

HSL color Cylindrical-coordinate representation of color #A0DF8A: hue angle of 104.47º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0DF8A is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB160223138-
CMYK0.2800.380.13
HSL104.47º57.05%70.78%-
HSV(B)104.47º38.12%87.45%-
XYZ45.4762.0833.63-
YUV194.4796.13103.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=30.71%
G=42.80%
B=26.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602231380.2800.380.13104.4757.0570.78
HexA0DF8A1C026D683947
Octal240337212340461515071107
Binary101000001101111110001010111000100110110111010001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DF8A; }

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

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

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

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

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

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

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

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