#A3E084

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

Shades of Feijoa #A3E084

Tints of Feijoa #A3E084

Color information

#A3E084 (or 0xA3E084) is unknown color: approx Feijoa. HEX triplet: A3, E0 and 84. RGB value is (163,224,132). Sum of RGB (Red+Green+Blue) = 163+224+132=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E084 is #5C1F7B. Grayscale: #C3C3C3. Windows color (decimal): -6037372 or 8708259. OLE color: 8708259.

HSL color Cylindrical-coordinate representation of color #A3E084: hue angle of 99.78º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3E084 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB163224132-
CMYK0.2700.410.12
HSL99.78º59.74%69.8%-
HSV(B)99.78º41.07%87.84%-
XYZ45.9262.7631.52-
YUV195.2792.29104.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 224 (87.89% from 255) = 43.16%
BLUE value IS 132 (51.95% from 255) = 25.43%
R=31.41%
G=43.16%
B=25.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632241320.2700.410.1299.7859.7469.8
HexA3E0841B029C643c46
Octal243340204330511414474106
Binary101000111110000010000100110110101001110011001001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E084; }

 p { color: rgb(163,224,132); }

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

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

 a { background-color: rgb(163,224,132); }

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

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

 span { border-color: rgb(163,224,132); }

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