#A0C77F

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

Shades of Gossip #A0C77F

Tints of Gossip #A0C77F

Color information

#A0C77F (or 0xA0C77F) is unknown color: approx Gossip. HEX triplet: A0, C7 and 7F. RGB value is (160,199,127). Sum of RGB (Red+Green+Blue) = 160+199+127=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C77F is #5F3880. Grayscale: #B3B3B3. Windows color (decimal): -6240385 or 8374176. OLE color: 8374176.

HSL color Cylindrical-coordinate representation of color #A0C77F: hue angle of 92.5º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C77F is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB160199127-
CMYK0.2000.360.22
HSL92.5º39.13%63.92%-
HSV(B)92.5º36.18%78.04%-
XYZ38.7549.8527.66-
YUV179.1398.58114.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.92%
GREEN value IS 199 (78.12% from 255) = 40.95%
BLUE value IS 127 (50% from 255) = 26.13%
R=32.92%
G=40.95%
B=26.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601991270.2000.360.2292.539.1363.92
HexA0C77F14024165c2740
Octal240307177240442613447100
Binary101000001100011111111111010001001001011010111001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C77F; }

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

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

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

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

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

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

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

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