#A2CE81

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

Shades of Gossip #A2CE81

Tints of Gossip #A2CE81

Color information

#A2CE81 (or 0xA2CE81) is unknown color: approx Gossip. HEX triplet: A2, CE and 81. RGB value is (162,206,129). Sum of RGB (Red+Green+Blue) = 162+206+129=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE81 is #5D317E. Grayscale: #B8B8B8. Windows color (decimal): -6107519 or 8507042. OLE color: 8507042.

HSL color Cylindrical-coordinate representation of color #A2CE81: hue angle of 94.29º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2CE81 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB162206129-
CMYK0.2100.370.19
HSL94.29º44%65.69%-
HSV(B)94.29º37.38%80.78%-
XYZ40.9353.4128.92-
YUV184.0796.92112.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=32.60%
G=41.45%
B=25.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061290.2100.370.1994.294465.69
HexA2CE8115025135e2c42
Octal242316201250452313654102
Binary1010001011001110100000011010101001011001110111101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE81; }

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

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

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

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

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

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

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

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