#A3FF77

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

Shades of Feijoa #A3FF77

Tints of Feijoa #A3FF77

Color information

#A3FF77 (or 0xA3FF77) is unknown color: approx Feijoa. HEX triplet: A3, FF and 77. RGB value is (163,255,119). Sum of RGB (Red+Green+Blue) = 163+255+119=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FF77 is #5C0088. Grayscale: #D4D4D4. Windows color (decimal): -6029449 or 7864227. OLE color: 7864227.

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

Color convert

RGB163255119-
CMYK0.3600.530
HSL100.59º100%73.33%-
HSV(B)100.59º53.33%100%-
XYZ54.1980.6430.16-
YUV211.9975.5293.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.35%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 119 (46.88% from 255) = 22.16%
R=30.35%
G=47.49%
B=22.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632551190.3600.530100.5910073.33
HexA3FF77240350656449
Octal243377167440650145144111
Binary1010001111111111111011110010001101010110010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FF77; }

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

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

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

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

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

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

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

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