#A4D98F

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

Shades of Gossip #A4D98F

Tints of Gossip #A4D98F

Color information

#A4D98F (or 0xA4D98F) is unknown color: approx Gossip. HEX triplet: A4, D9 and 8F. RGB value is (164,217,143). Sum of RGB (Red+Green+Blue) = 164+217+143=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D98F is #5B2670. Grayscale: #C0C0C0. Windows color (decimal): -5973617 or 9427364. OLE color: 9427364.

HSL color Cylindrical-coordinate representation of color #A4D98F: hue angle of 102.97º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4D98F is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB164217143-
CMYK0.2400.340.15
HSL102.97º49.33%70.59%-
HSV(B)102.97º34.1%85.1%-
XYZ45.0859.535.1-
YUV192.7299.94107.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=31.30%
G=41.41%
B=27.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642171430.2400.340.15102.9749.3370.59
HexA4D98F18022F673147
Octal244331217300421714761107
Binary101001001101100110001111110000100010111111001111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D98F; }

 p { color: rgb(164,217,143); }

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

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

 a { background-color: rgb(164,217,143); }

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

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

 span { border-color: rgb(164,217,143); }

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