#A3F96B

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

Shades of Feijoa #A3F96B

Tints of Feijoa #A3F96B

Color information

#A3F96B (or 0xA3F96B) is unknown color: approx Feijoa. HEX triplet: A3, F9 and 6B. RGB value is (163,249,107). Sum of RGB (Red+Green+Blue) = 163+249+107=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F96B is #5C0694. Grayscale: #CFCFCF. Windows color (decimal): -6030997 or 7076259. OLE color: 7076259.

HSL color Cylindrical-coordinate representation of color #A3F96B: hue angle of 96.34º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3F96B is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB163249107-
CMYK0.3500.570.02
HSL96.34º92.21%69.8%-
HSV(B)96.34º57.03%97.65%-
XYZ51.6376.625.97-
YUV207.171.5196.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 249 (97.66% from 255) = 47.98%
BLUE value IS 107 (42.19% from 255) = 20.62%
R=31.41%
G=47.98%
B=20.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632491070.3500.570.0296.3492.2169.8
HexA3F96B230392605c46
Octal243371153430712140134106
Binary10100011111110011101011100011011100110110000010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F96B; }

 p { color: rgb(163,249,107); }

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

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

 a { background-color: rgb(163,249,107); }

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

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

 span { border-color: rgb(163,249,107); }

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