#A4CE8D

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

Shades of Gossip #A4CE8D

Tints of Gossip #A4CE8D

Color information

#A4CE8D (or 0xA4CE8D) is unknown color: approx Gossip. HEX triplet: A4, CE and 8D. RGB value is (164,206,141). Sum of RGB (Red+Green+Blue) = 164+206+141=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE8D is #5B3172. Grayscale: #BABABA. Windows color (decimal): -5976435 or 9293476. OLE color: 9293476.

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

Color convert

RGB164206141-
CMYK0.2000.320.19
HSL98.77º39.88%68.04%-
HSV(B)98.77º31.55%80.78%-
XYZ42.1953.9633.39-
YUV186.03102.59112.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=32.09%
G=40.31%
B=27.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061410.2000.320.1998.7739.8868.04
HexA4CE8D1402013632844
Octal244316215240402314350104
Binary1010010011001110100011011010001000001001111000111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CE8D; }

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

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

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

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

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

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

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

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