#A4CE8E

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

Shades of Gossip #A4CE8E

Tints of Gossip #A4CE8E

Color information

#A4CE8E (or 0xA4CE8E) is unknown color: approx Gossip. HEX triplet: A4, CE and 8E. RGB value is (164,206,142). Sum of RGB (Red+Green+Blue) = 164+206+142=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE8E is #5B3171. Grayscale: #BABABA. Windows color (decimal): -5976434 or 9359012. OLE color: 9359012.

HSL color Cylindrical-coordinate representation of color #A4CE8E: hue angle of 99.37º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4CE8E is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB164206142-
CMYK0.2000.310.19
HSL99.37º39.51%68.24%-
HSV(B)99.37º31.07%80.78%-
XYZ42.2653.9933.78-
YUV186.15103.09112.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 206 (80.86% from 255) = 40.23%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=32.03%
G=40.23%
B=27.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061420.2000.310.1999.3739.5168.24
HexA4CE8E1401F13632844
Octal244316216240372314350104
Binary101001001100111010001110101000111111001111000111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CE8E; }

 p { color: rgb(164,206,142); }

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

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

 a { background-color: rgb(164,206,142); }

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

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

 span { border-color: rgb(164,206,142); }

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