#A0C990

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

Shades of Gossip #A0C990

Tints of Gossip #A0C990

Color information

#A0C990 (or 0xA0C990) is unknown color: approx Gossip. HEX triplet: A0, C9 and 90. RGB value is (160,201,144). Sum of RGB (Red+Green+Blue) = 160+201+144=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C990 is #5F366F. Grayscale: #B6B6B6. Windows color (decimal): -6239856 or 9488800. OLE color: 9488800.

HSL color Cylindrical-coordinate representation of color #A0C990: hue angle of 103.16º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C990 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB160201144-
CMYK0.2000.280.21
HSL103.16º34.55%67.65%-
HSV(B)103.16º28.36%78.82%-
XYZ40.4251.2634.15-
YUV182.24106.42112.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 201 (78.91% from 255) = 39.80%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=31.68%
G=39.80%
B=28.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602011440.2000.280.21103.1634.5567.65
HexA0C9901401C15672344
Octal240311220240342514743104
Binary101000001100100110010000101000111001010111001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C990; }

 p { color: rgb(160,201,144); }

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

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

 a { background-color: rgb(160,201,144); }

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

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

 span { border-color: rgb(160,201,144); }

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