#A2CF8C

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

Shades of Gossip #A2CF8C

Tints of Gossip #A2CF8C

Color information

#A2CF8C (or 0xA2CF8C) is unknown color: approx Gossip. HEX triplet: A2, CF and 8C. RGB value is (162,207,140). Sum of RGB (Red+Green+Blue) = 162+207+140=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #A2CF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CF8C is #5D3073. Grayscale: #BABABA. Windows color (decimal): -6107252 or 9228194. OLE color: 9228194.

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

Color convert

RGB162207140-
CMYK0.2200.320.19
HSL100.3º41.1%68.04%-
HSV(B)100.3º32.37%81.18%-
XYZ41.9554.233.06-
YUV185.91102.09110.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=31.83%
G=40.67%
B=27.50%

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
Decimal1622071400.2200.320.19100.341.168.04
HexA2CF8C1602013642944
Octal242317214260402314451104
Binary1010001011001111100011001011001000001001111001001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CF8C; }

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

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

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

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

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

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

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

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