#A4FE6A

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

Shades of Feijoa #A4FE6A

Tints of Feijoa #A4FE6A

Color information

#A4FE6A (or 0xA4FE6A) is unknown color: approx Feijoa. HEX triplet: A4, FE and 6A. RGB value is (164,254,106). Sum of RGB (Red+Green+Blue) = 164+254+106=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 106 (41.80% from 255 or 20.23% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #A4FE6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FE6A is #5B0195. Grayscale: #D2D2D2. Windows color (decimal): -5964182 or 7012004. OLE color: 7012004.

HSL color Cylindrical-coordinate representation of color #A4FE6A: hue angle of 96.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4FE6A is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB164254106-
CMYK0.3500.580.00
HSL96.49º98.67%70.59%-
HSV(B)96.49º58.27%99.61%-
XYZ53.3579.8226.23-
YUV210.2269.1895.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 254 (99.61% from 255) = 48.47%
BLUE value IS 106 (41.80% from 255) = 20.23%
R=31.30%
G=48.47%
B=20.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642541060.3500.580.0096.4998.6770.59
HexA4FE6A2303A0606347
Octal244376152430720140143107
Binary1010010011111110110101010001101110100110000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FE6A; }

 p { color: rgb(164,254,106); }

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

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

 a { background-color: rgb(164,254,106); }

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

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

 span { border-color: rgb(164,254,106); }

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