#A2C68F

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

Shades of Gossip #A2C68F

Tints of Gossip #A2C68F

Color information

#A2C68F (or 0xA2C68F) is unknown color: approx Gossip. HEX triplet: A2, C6 and 8F. RGB value is (162,198,143). Sum of RGB (Red+Green+Blue) = 162+198+143=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C68F is #5D3970. Grayscale: #B5B5B5. Windows color (decimal): -6109553 or 9422498. OLE color: 9422498.

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

Color convert

RGB162198143-
CMYK0.1800.280.22
HSL99.27º32.54%66.86%-
HSV(B)99.27º27.78%77.65%-
XYZ40.0550.0533.54-
YUV180.97106.57114.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 198 (77.73% from 255) = 39.36%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=32.21%
G=39.36%
B=28.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621981430.1800.280.2299.2732.5466.86
HexA2C68F1201C16632143
Octal242306217220342614341103
Binary101000101100011010001111100100111001011011000111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C68F; }

 p { color: rgb(162,198,143); }

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

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

 a { background-color: rgb(162,198,143); }

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

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

 span { border-color: rgb(162,198,143); }

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