#A2CE94

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

Shades of Gossip #A2CE94

Tints of Gossip #A2CE94

Color information

#A2CE94 (or 0xA2CE94) is unknown color: approx Gossip. HEX triplet: A2, CE and 94. RGB value is (162,206,148). Sum of RGB (Red+Green+Blue) = 162+206+148=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE94 is #5D316B. Grayscale: #BABABA. Windows color (decimal): -6107500 or 9752226. OLE color: 9752226.

HSL color Cylindrical-coordinate representation of color #A2CE94: hue angle of 105.52º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2CE94 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB162206148-
CMYK0.2100.280.19
HSL105.52º37.18%69.41%-
HSV(B)105.52º28.16%80.78%-
XYZ42.3253.9636.2-
YUV186.23106.42110.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 206 (80.86% from 255) = 39.92%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=31.40%
G=39.92%
B=28.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061480.2100.280.19105.5237.1869.41
HexA2CE941501C136a2545
Octal242316224250342315245105
Binary101000101100111010010100101010111001001111010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE94; }

 p { color: rgb(162,206,148); }

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

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

 a { background-color: rgb(162,206,148); }

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

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

 span { border-color: rgb(162,206,148); }

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