#A4FD6B

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

Shades of Feijoa #A4FD6B

Tints of Feijoa #A4FD6B

Color information

#A4FD6B (or 0xA4FD6B) is unknown color: approx Feijoa. HEX triplet: A4, FD and 6B. RGB value is (164,253,107). Sum of RGB (Red+Green+Blue) = 164+253+107=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FD6B is #5B0294. Grayscale: #D2D2D2. Windows color (decimal): -5964437 or 7077284. OLE color: 7077284.

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

Color convert

RGB164253107-
CMYK0.3500.580.01
HSL96.58º97.33%70.59%-
HSV(B)96.58º57.71%99.22%-
XYZ53.0979.226.4-
YUV209.7470.0195.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 253 (99.22% from 255) = 48.28%
BLUE value IS 107 (42.19% from 255) = 20.42%
R=31.30%
G=48.28%
B=20.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642531070.3500.580.0196.5897.3370.59
HexA4FD6B2303A1616147
Octal244375153430721141141107
Binary1010010011111101110101110001101110101110000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD6B; }

 p { color: rgb(164,253,107); }

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

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

 a { background-color: rgb(164,253,107); }

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

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

 span { border-color: rgb(164,253,107); }

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