#A2CD84

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

Shades of Gossip #A2CD84

Tints of Gossip #A2CD84

Color information

#A2CD84 (or 0xA2CD84) is unknown color: approx Gossip. HEX triplet: A2, CD and 84. RGB value is (162,205,132). Sum of RGB (Red+Green+Blue) = 162+205+132=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CD84 is #5D327B. Grayscale: #B8B8B8. Windows color (decimal): -6107772 or 8703394. OLE color: 8703394.

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

Color convert

RGB162205132-
CMYK0.2100.360.20
HSL95.34º42.2%66.08%-
HSV(B)95.34º35.61%80.39%-
XYZ40.953.0129.91-
YUV183.8298.75112.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=32.46%
G=41.08%
B=26.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051320.2100.360.2095.3442.266.08
HexA2CD8415024145f2a42
Octal242315204250442413752102
Binary1010001011001101100001001010101001001010010111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD84; }

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

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

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

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

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

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

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

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