#A1C990

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

Shades of Gossip #A1C990

Tints of Gossip #A1C990

Color information

#A1C990 (or 0xA1C990) is unknown color: approx Gossip. HEX triplet: A1, C9 and 90. RGB value is (161,201,144). Sum of RGB (Red+Green+Blue) = 161+201+144=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C990 is #5E366F. Grayscale: #B6B6B6. Windows color (decimal): -6174320 or 9488801. OLE color: 9488801.

HSL color Cylindrical-coordinate representation of color #A1C990: hue angle of 102.11º 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 #A1C990 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB161201144-
CMYK0.2000.280.21
HSL102.11º34.55%67.65%-
HSV(B)102.11º28.36%78.82%-
XYZ40.6251.3634.16-
YUV182.54106.25112.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=31.82%
G=39.72%
B=28.46%

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
Decimal1612011440.2000.280.21102.1134.5567.65
HexA1C9901401C15662344
Octal241311220240342514643104
Binary101000011100100110010000101000111001010111001101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C990; }

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

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

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

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

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

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

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

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