#A4FF70

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

Shades of Feijoa #A4FF70

Tints of Feijoa #A4FF70

Color information

#A4FF70 (or 0xA4FF70) is unknown color: approx Feijoa. HEX triplet: A4, FF and 70. RGB value is (164,255,112). Sum of RGB (Red+Green+Blue) = 164+255+112=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FF70 is #5B008F. Grayscale: #D3D3D3. Windows color (decimal): -5963920 or 7405476. OLE color: 7405476.

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

Color convert

RGB164255112-
CMYK0.3600.560
HSL98.18º100%71.96%-
HSV(B)98.18º56.08%100%-
XYZ53.9980.5828.04-
YUV211.4971.8594.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 255 (100% from 255) = 48.02%
BLUE value IS 112 (44.14% from 255) = 21.09%
R=30.89%
G=48.02%
B=21.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642551120.3600.56098.1810071.96
HexA4FF70240380626448
Octal244377160440700142144110
Binary1010010011111111111000010010001110000110001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FF70; }

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

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

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

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

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

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

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

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