#A3EA85

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

Shades of Feijoa #A3EA85

Tints of Feijoa #A3EA85

Color information

#A3EA85 (or 0xA3EA85) is unknown color: approx Feijoa. HEX triplet: A3, EA and 85. RGB value is (163,234,133). Sum of RGB (Red+Green+Blue) = 163+234+133=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EA85 is #5C157A. Grayscale: #C9C9C9. Windows color (decimal): -6034811 or 8776355. OLE color: 8776355.

HSL color Cylindrical-coordinate representation of color #A3EA85: hue angle of 102.18º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3EA85 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB163234133-
CMYK0.3000.430.08
HSL102.18º70.63%71.96%-
HSV(B)102.18º43.16%91.76%-
XYZ48.7668.3332.81-
YUV201.2689.48100.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 234 (91.80% from 255) = 44.15%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=30.75%
G=44.15%
B=25.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632341330.3000.430.08102.1870.6371.96
HexA3EA851E02B8664748
Octal2433522053605310146107110
Binary1010001111101010100001011111001010111000110011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EA85; }

 p { color: rgb(163,234,133); }

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

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

 a { background-color: rgb(163,234,133); }

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

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

 span { border-color: rgb(163,234,133); }

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