#A5C78D

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

Shades of Gossip #A5C78D

Tints of Gossip #A5C78D

Color information

#A5C78D (or 0xA5C78D) is unknown color: approx Gossip. HEX triplet: A5, C7 and 8D. RGB value is (165,199,141). Sum of RGB (Red+Green+Blue) = 165+199+141=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C78D is #5A3872. Grayscale: #B6B6B6. Windows color (decimal): -5912691 or 9291685. OLE color: 9291685.

HSL color Cylindrical-coordinate representation of color #A5C78D: hue angle of 95.17º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5C78D is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB165199141-
CMYK0.1700.290.22
HSL95.17º34.12%66.67%-
HSV(B)95.17º29.15%78.04%-
XYZ40.7550.7732.85-
YUV182.22104.74115.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 199 (78.12% from 255) = 39.41%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=32.67%
G=39.41%
B=27.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651991410.1700.290.2295.1734.1266.67
HexA5C78D1101D165f2243
Octal245307215210352613742103
Binary101001011100011110001101100010111011011010111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C78D; }

 p { color: rgb(165,199,141); }

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

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

 a { background-color: rgb(165,199,141); }

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

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

 span { border-color: rgb(165,199,141); }

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