#A7E475

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

Shades of Feijoa #A7E475

Tints of Feijoa #A7E475

Color information

#A7E475 (or 0xA7E475) is unknown color: approx Feijoa. HEX triplet: A7, E4 and 75. RGB value is (167,228,117). Sum of RGB (Red+Green+Blue) = 167+228+117=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #A7E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E475 is #581B8A. Grayscale: #C5C5C5. Windows color (decimal): -5774219 or 7726247. OLE color: 7726247.

HSL color Cylindrical-coordinate representation of color #A7E475: hue angle of 92.97º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7E475 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB167228117-
CMYK0.2700.490.11
HSL92.97º67.27%67.65%-
HSV(B)92.97º48.68%89.41%-
XYZ46.8964.9926.9-
YUV197.1182.79106.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 228 (89.45% from 255) = 44.53%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=32.62%
G=44.53%
B=22.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1672281170.2700.490.1192.9767.2767.65
HexA7E4751B031B5d4344
Octal2473441653306113135103104
Binary101001111110010011101011101101100011011101110110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E475; }

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

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

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

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

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

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

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

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