#A2C78F

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

Shades of Gossip #A2C78F

Tints of Gossip #A2C78F

Color information

#A2C78F (or 0xA2C78F) is unknown color: approx Gossip. HEX triplet: A2, C7 and 8F. RGB value is (162,199,143). Sum of RGB (Red+Green+Blue) = 162+199+143=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C78F is #5D3870. Grayscale: #B5B5B5. Windows color (decimal): -6109297 or 9422754. OLE color: 9422754.

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

Color convert

RGB162199143-
CMYK0.1900.280.22
HSL99.64º33.33%67.06%-
HSV(B)99.64º28.14%78.04%-
XYZ40.2850.5133.61-
YUV181.55106.24114.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=32.14%
G=39.48%
B=28.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991430.1900.280.2299.6433.3367.06
HexA2C78F1301C16642143
Octal242307217230342614441103
Binary101000101100011110001111100110111001011011001001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C78F; }

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

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

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

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

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

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

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

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