#A3E477

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

Shades of Feijoa #A3E477

Tints of Feijoa #A3E477

Color information

#A3E477 (or 0xA3E477) is unknown color: approx Feijoa. HEX triplet: A3, E4 and 77. RGB value is (163,228,119). Sum of RGB (Red+Green+Blue) = 163+228+119=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E477 is #5C1B88. Grayscale: #C4C4C4. Windows color (decimal): -6036361 or 7857315. OLE color: 7857315.

HSL color Cylindrical-coordinate representation of color #A3E477: hue angle of 95.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3E477 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB163228119-
CMYK0.2900.480.11
HSL95.78º66.87%68.04%-
HSV(B)95.78º47.81%89.41%-
XYZ46.1864.6127.49-
YUV196.1484.47104.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.96%
GREEN value IS 228 (89.45% from 255) = 44.71%
BLUE value IS 119 (46.88% from 255) = 23.33%
R=31.96%
G=44.71%
B=23.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1632281190.2900.480.1195.7866.8768.04
HexA3E4771D030B604344
Octal2433441673506013140103104
Binary101000111110010011101111110101100001011110000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E477; }

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

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

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

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

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

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

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

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