#A7F775

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

Shades of Feijoa #A7F775

Tints of Feijoa #A7F775

Color information

#A7F775 (or 0xA7F775) is unknown color: approx Feijoa. HEX triplet: A7, F7 and 75. RGB value is (167,247,117). Sum of RGB (Red+Green+Blue) = 167+247+117=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F775 is #58088A. Grayscale: #D0D0D0. Windows color (decimal): -5769355 or 7731111. OLE color: 7731111.

HSL color Cylindrical-coordinate representation of color #A7F775: hue angle of 96.92º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7F775 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB167247117-
CMYK0.3200.530.03
HSL96.92º89.04%71.37%-
HSV(B)96.92º52.63%96.86%-
XYZ52.4176.0228.74-
YUV208.2676.598.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 247 (96.88% from 255) = 46.52%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=31.45%
G=46.52%
B=22.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1672471170.3200.530.0396.9289.0471.37
HexA7F775200353615947
Octal247367165400653141131107
Binary10100111111101111110101100000011010111110000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F775; }

 p { color: rgb(167,247,117); }

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

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

 a { background-color: rgb(167,247,117); }

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

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

 span { border-color: rgb(167,247,117); }

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