#A0CA8A

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

Shades of Gossip #A0CA8A

Tints of Gossip #A0CA8A

Color information

#A0CA8A (or 0xA0CA8A) is unknown color: approx Gossip. HEX triplet: A0, CA and 8A. RGB value is (160,202,138). Sum of RGB (Red+Green+Blue) = 160+202+138=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CA8A is #5F3575. Grayscale: #B6B6B6. Windows color (decimal): -6239606 or 9095840. OLE color: 9095840.

HSL color Cylindrical-coordinate representation of color #A0CA8A: hue angle of 99.37º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CA8A is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB160202138-
CMYK0.2100.320.21
HSL99.37º37.65%66.67%-
HSV(B)99.37º31.68%79.22%-
XYZ40.2151.5531.88-
YUV182.15103.09112.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=32%
G=40.4%
B=27.6%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021380.2100.320.2199.3737.6566.67
HexA0CA8A1502015632643
Octal240312212250402514346103
Binary1010000011001010100010101010101000001010111000111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA8A; }

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

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

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

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

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

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

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

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