#A4FD70

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

Shades of Feijoa #A4FD70

Tints of Feijoa #A4FD70

Color information

#A4FD70 (or 0xA4FD70) is unknown color: approx Feijoa. HEX triplet: A4, FD and 70. RGB value is (164,253,112). Sum of RGB (Red+Green+Blue) = 164+253+112=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FD70 is #5B028F. Grayscale: #D2D2D2. Windows color (decimal): -5964432 or 7404964. OLE color: 7404964.

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

Color convert

RGB164253112-
CMYK0.3500.560.01
HSL97.87º97.24%71.57%-
HSV(B)97.87º55.73%99.22%-
XYZ53.3679.3127.83-
YUV210.3272.5194.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 253 (99.22% from 255) = 47.83%
BLUE value IS 112 (44.14% from 255) = 21.17%
R=31.00%
G=47.83%
B=21.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642531120.3500.560.0197.8797.2471.57
HexA4FD70230381626148
Octal244375160430701142141110
Binary1010010011111101111000010001101110001110001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD70; }

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

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

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

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

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

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

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

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