#A2CF8D

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

Shades of Gossip #A2CF8D

Tints of Gossip #A2CF8D

Color information

#A2CF8D (or 0xA2CF8D) is unknown color: approx Gossip. HEX triplet: A2, CF and 8D. RGB value is (162,207,141). Sum of RGB (Red+Green+Blue) = 162+207+141=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CF8D is #5D3072. Grayscale: #BABABA. Windows color (decimal): -6107251 or 9293730. OLE color: 9293730.

HSL color Cylindrical-coordinate representation of color #A2CF8D: hue angle of 100.91º degrees, saturation: 0.41, 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 #A2CF8D is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB162207141-
CMYK0.2200.320.19
HSL100.91º40.74%68.24%-
HSV(B)100.91º31.88%81.18%-
XYZ42.0254.2333.45-
YUV186.02102.59110.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 207 (81.25% from 255) = 40.59%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=31.76%
G=40.59%
B=27.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622071410.2200.320.19100.9140.7468.24
HexA2CF8D1602013652944
Octal242317215260402314551104
Binary1010001011001111100011011011001000001001111001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CF8D; }

 p { color: rgb(162,207,141); }

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

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

 a { background-color: rgb(162,207,141); }

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

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

 span { border-color: rgb(162,207,141); }

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