#a0cc7f

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

Shades of Gossip #A0CC7F

Tints of Gossip #A0CC7F

Color information

#A0CC7F (or 0xA0CC7F) is unknown color: approx Gossip. HEX triplet: A0, CC and 7F. RGB value is (160,204,127). Sum of RGB (Red+Green+Blue) = 160+204+127=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC7F is #5F3380. Grayscale: #B6B6B6. Windows color (decimal): -6239105 or 8375456. OLE color: 8375456.

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

Color convert

RGB160204127-
CMYK0.2200.380.2
HSL94.29º43.02%64.9%-
HSV(B)94.29º37.75%80%-
XYZ39.9252.1928.05-
YUV182.0796.92112.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 127 (50% from 255) = 25.87%
R=32.59%
G=41.55%
B=25.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1602041270.2200.380.294.2943.0264.9
HexA0CC7F16026145e2b41
Octal240314177260462413653101
Binary101000001100110011111111011001001101010010111101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0cc7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0cc7f; }

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

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

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

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

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

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

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

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