#A0CC83

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

Shades of Gossip #A0CC83

Tints of Gossip #A0CC83

Color information

#A0CC83 (or 0xA0CC83) is unknown color: approx Gossip. HEX triplet: A0, CC and 83. RGB value is (160,204,131). Sum of RGB (Red+Green+Blue) = 160+204+131=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CC83 is #5F337C. Grayscale: #B6B6B6. Windows color (decimal): -6239101 or 8637600. OLE color: 8637600.

HSL color Cylindrical-coordinate representation of color #A0CC83: hue angle of 96.16º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0CC83 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB160204131-
CMYK0.2200.360.2
HSL96.16º41.71%65.69%-
HSV(B)96.16º35.78%80%-
XYZ40.1952.329.45-
YUV182.5298.92111.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 131 (51.56% from 255) = 26.46%
R=32.32%
G=41.21%
B=26.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1602041310.2200.360.296.1641.7165.69
HexA0CC831602414602a42
Octal240314203260442414052102
Binary1010000011001100100000111011001001001010011000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CC83; }

 p { color: rgb(160,204,131); }

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

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

 a { background-color: rgb(160,204,131); }

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

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

 span { border-color: rgb(160,204,131); }

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