#A3FF75

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

Shades of Feijoa #A3FF75

Tints of Feijoa #A3FF75

Color information

#A3FF75 (or 0xA3FF75) is unknown color: approx Feijoa. HEX triplet: A3, FF and 75. RGB value is (163,255,117). Sum of RGB (Red+Green+Blue) = 163+255+117=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FF75 is #5C008A. Grayscale: #D4D4D4. Windows color (decimal): -6029451 or 7733155. OLE color: 7733155.

HSL color Cylindrical-coordinate representation of color #A3FF75: hue angle of 100º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3FF75 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB163255117-
CMYK0.3600.540
HSL100º100%72.94%-
HSV(B)100º54.12%100%-
XYZ54.0880.5929.54-
YUV211.7674.5293.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.47%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=30.47%
G=47.66%
B=21.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632551170.3600.54010010072.94
HexA3FF75240360646449
Octal243377165440660144144111
Binary1010001111111111111010110010001101100110010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FF75; }

 p { color: rgb(163,255,117); }

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

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

 a { background-color: rgb(163,255,117); }

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

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

 span { border-color: rgb(163,255,117); }

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