#A4FD7A

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

Shades of Feijoa #A4FD7A

Tints of Feijoa #A4FD7A

Color information

#A4FD7A (or 0xA4FD7A) is unknown color: approx Feijoa. HEX triplet: A4, FD and 7A. RGB value is (164,253,122). Sum of RGB (Red+Green+Blue) = 164+253+122=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FD7A is #5B0285. Grayscale: #D3D3D3. Windows color (decimal): -5964422 or 8060324. OLE color: 8060324.

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

Color convert

RGB164253122-
CMYK0.3500.520.01
HSL100.76º97.04%73.53%-
HSV(B)100.76º51.78%99.22%-
XYZ53.9579.5530.92-
YUV211.4677.5194.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 253 (99.22% from 255) = 46.94%
BLUE value IS 122 (48.05% from 255) = 22.63%
R=30.43%
G=46.94%
B=22.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642531220.3500.520.01100.7697.0473.53
HexA4FD7A23034165614a
Octal244375172430641145141112
Binary1010010011111101111101010001101101001110010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD7A; }

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

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

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

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

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

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

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

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