#A9E475

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

Shades of Feijoa #A9E475

Tints of Feijoa #A9E475

Color information

#A9E475 (or 0xA9E475) is unknown color: approx Feijoa. HEX triplet: A9, E4 and 75. RGB value is (169,228,117). Sum of RGB (Red+Green+Blue) = 169+228+117=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #A9E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E475 is #561B8A. Grayscale: #C6C6C6. Windows color (decimal): -5643147 or 7726249. OLE color: 7726249.

HSL color Cylindrical-coordinate representation of color #A9E475: hue angle of 91.89º 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 #A9E475 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB169228117-
CMYK0.2600.490.11
HSL91.89º67.27%67.65%-
HSV(B)91.89º48.68%89.41%-
XYZ47.3265.2126.92-
YUV197.782.45107.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 228 (89.45% from 255) = 44.36%
BLUE value IS 117 (46.09% from 255) = 22.76%
R=32.88%
G=44.36%
B=22.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1692281170.2600.490.1191.8967.2767.65
HexA9E4751A031B5c4344
Octal2513441653206113134103104
Binary101010011110010011101011101001100011011101110010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E475; }

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

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

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

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

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

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

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

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