#A7F071

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

Shades of Feijoa #A7F071

Tints of Feijoa #A7F071

Color information

#A7F071 (or 0xA7F071) is unknown color: approx Feijoa. HEX triplet: A7, F0 and 71. RGB value is (167,240,113). Sum of RGB (Red+Green+Blue) = 167+240+113=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F071 is #580F8E. Grayscale: #CCCCCC. Windows color (decimal): -5771151 or 7467175. OLE color: 7467175.

HSL color Cylindrical-coordinate representation of color #A7F071: hue angle of 94.49º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7F071 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB167240113-
CMYK0.3000.530.06
HSL94.49º80.89%69.22%-
HSV(B)94.49º52.92%94.12%-
XYZ50.0871.7326.83-
YUV203.776.82101.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 240 (94.14% from 255) = 46.15%
BLUE value IS 113 (44.53% from 255) = 21.73%
R=32.12%
G=46.15%
B=21.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672401130.3000.530.0694.4980.8969.22
HexA7F0711E03565e5145
Octal247360161360656136121105
Binary10100111111100001110001111100110101110101111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F071; }

 p { color: rgb(167,240,113); }

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

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

 a { background-color: rgb(167,240,113); }

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

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

 span { border-color: rgb(167,240,113); }

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