#A0C68E

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

Shades of Gossip #A0C68E

Tints of Gossip #A0C68E

Color information

#A0C68E (or 0xA0C68E) is unknown color: approx Gossip. HEX triplet: A0, C6 and 8E. RGB value is (160,198,142). Sum of RGB (Red+Green+Blue) = 160+198+142=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C68E is #5F3971. Grayscale: #B4B4B4. Windows color (decimal): -6240626 or 9356960. OLE color: 9356960.

HSL color Cylindrical-coordinate representation of color #A0C68E: hue angle of 100.71º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C68E is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB160198142-
CMYK0.1900.280.22
HSL100.71º32.94%66.67%-
HSV(B)100.71º28.28%77.65%-
XYZ39.5749.8133.12-
YUV180.25106.41113.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 198 (77.73% from 255) = 39.6%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=32%
G=39.6%
B=28.4%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601981420.1900.280.22100.7132.9466.67
HexA0C68E1301C16652143
Octal240306216230342614541103
Binary101000001100011010001110100110111001011011001011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C68E; }

 p { color: rgb(160,198,142); }

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

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

 a { background-color: rgb(160,198,142); }

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

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

 span { border-color: rgb(160,198,142); }

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