#A4CD8A

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

Shades of Gossip #A4CD8A

Tints of Gossip #A4CD8A

Color information

#A4CD8A (or 0xA4CD8A) is unknown color: approx Gossip. HEX triplet: A4, CD and 8A. RGB value is (164,205,138). Sum of RGB (Red+Green+Blue) = 164+205+138=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CD8A is #5B3275. Grayscale: #B9B9B9. Windows color (decimal): -5976694 or 9096612. OLE color: 9096612.

HSL color Cylindrical-coordinate representation of color #A4CD8A: hue angle of 96.72º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4CD8A is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB164205138-
CMYK0.200.330.20
HSL96.72º40.12%67.25%-
HSV(B)96.72º32.68%80.39%-
XYZ41.7353.3932.15-
YUV185.1101.42112.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=32.35%
G=40.43%
B=27.22%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051380.200.330.2096.7240.1267.25
HexA4CD8A1402114612843
Octal244315212240412414150103
Binary1010010011001101100010101010001000011010011000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD8A; }

 p { color: rgb(164,205,138); }

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

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

 a { background-color: rgb(164,205,138); }

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

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

 span { border-color: rgb(164,205,138); }

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