#A4FF6E

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

Shades of Feijoa #A4FF6E

Tints of Feijoa #A4FF6E

Color information

#A4FF6E (or 0xA4FF6E) is unknown color: approx Feijoa. HEX triplet: A4, FF and 6E. RGB value is (164,255,110). Sum of RGB (Red+Green+Blue) = 164+255+110=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FF6E is #5B0091. Grayscale: #D3D3D3. Windows color (decimal): -5963922 or 7274404. OLE color: 7274404.

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

Color convert

RGB164255110-
CMYK0.3600.570
HSL97.66º100%71.57%-
HSV(B)97.66º56.86%100%-
XYZ53.8880.5427.46-
YUV211.2670.8594.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 255 (100% from 255) = 48.20%
BLUE value IS 110 (43.36% from 255) = 20.79%
R=31.00%
G=48.20%
B=20.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642551100.3600.57097.6610071.57
HexA4FF6E240390626448
Octal244377156440710142144110
Binary1010010011111111110111010010001110010110001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FF6E; }

 p { color: rgb(164,255,110); }

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

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

 a { background-color: rgb(164,255,110); }

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

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

 span { border-color: rgb(164,255,110); }

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