#A3FF70

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

Shades of Feijoa #A3FF70

Tints of Feijoa #A3FF70

Color information

#A3FF70 (or 0xA3FF70) is unknown color: approx Feijoa. HEX triplet: A3, FF and 70. RGB value is (163,255,112). Sum of RGB (Red+Green+Blue) = 163+255+112=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FF70 is #5C008F. Grayscale: #D3D3D3. Windows color (decimal): -6029456 or 7405475. OLE color: 7405475.

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

Color convert

RGB163255112-
CMYK0.3600.560
HSL98.6º100%71.96%-
HSV(B)98.6º56.08%100%-
XYZ53.7980.4828.03-
YUV211.1972.0293.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 255 (100% from 255) = 48.11%
BLUE value IS 112 (44.14% from 255) = 21.13%
R=30.75%
G=48.11%
B=21.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632551120.3600.56098.610071.96
HexA3FF70240380636448
Octal243377160440700143144110
Binary1010001111111111111000010010001110000110001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FF70; }

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

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

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

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

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

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

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

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