#A4F078

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

Shades of Feijoa #A4F078

Tints of Feijoa #A4F078

Color information

#A4F078 (or 0xA4F078) is unknown color: approx Feijoa. HEX triplet: A4, F0 and 78. RGB value is (164,240,120). Sum of RGB (Red+Green+Blue) = 164+240+120=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F078 is #5B0F87. Grayscale: #CBCBCB. Windows color (decimal): -5967752 or 7925924. OLE color: 7925924.

HSL color Cylindrical-coordinate representation of color #A4F078: hue angle of 98º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4F078 is Cyan = 0.32, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB164240120-
CMYK0.3200.50.06
HSL98º80%70.59%-
HSV(B)98º50%94.12%-
XYZ49.8671.5728.96-
YUV203.680.8299.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 240 (94.14% from 255) = 45.80%
BLUE value IS 120 (47.27% from 255) = 22.90%
R=31.30%
G=45.80%
B=22.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1642401200.3200.50.06988070.59
HexA4F078200326625047
Octal244360170400626142120107
Binary101001001111000011110001000000110010110110001010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F078; }

 p { color: rgb(164,240,120); }

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

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

 a { background-color: rgb(164,240,120); }

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

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

 span { border-color: rgb(164,240,120); }

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