#A2CD81

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

Shades of Gossip #A2CD81

Tints of Gossip #A2CD81

Color information

#A2CD81 (or 0xA2CD81) is unknown color: approx Gossip. HEX triplet: A2, CD and 81. RGB value is (162,205,129). Sum of RGB (Red+Green+Blue) = 162+205+129=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CD81 is #5D327E. Grayscale: #B7B7B7. Windows color (decimal): -6107775 or 8506786. OLE color: 8506786.

HSL color Cylindrical-coordinate representation of color #A2CD81: hue angle of 93.95º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2CD81 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB162205129-
CMYK0.2100.370.20
HSL93.95º43.18%65.49%-
HSV(B)93.95º37.07%80.39%-
XYZ40.6952.9328.84-
YUV183.4897.25112.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=32.66%
G=41.33%
B=26.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051290.2100.370.2093.9543.1865.49
HexA2CD8115025145e2b41
Octal242315201250452413653101
Binary1010001011001101100000011010101001011010010111101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD81; }

 p { color: rgb(162,205,129); }

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

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

 a { background-color: rgb(162,205,129); }

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

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

 span { border-color: rgb(162,205,129); }

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