#A9FF71

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

Shades of Feijoa #A9FF71

Tints of Feijoa #A9FF71

Color information

#A9FF71 (or 0xA9FF71) is unknown color: approx Feijoa. HEX triplet: A9, FF and 71. RGB value is (169,255,113). Sum of RGB (Red+Green+Blue) = 169+255+113=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9FF71 is #56008E. Grayscale: #D5D5D5. Windows color (decimal): -5636239 or 7471017. OLE color: 7471017.

HSL color Cylindrical-coordinate representation of color #A9FF71: hue angle of 96.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9FF71 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB169255113-
CMYK0.3400.560
HSL96.34º100%72.16%-
HSV(B)96.34º55.69%100%-
XYZ55.181.1528.38-
YUV213.171.5196.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=31.47%
G=47.49%
B=21.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692551130.3400.56096.3410072.16
HexA9FF71220380606448
Octal251377161420700140144110
Binary1010100111111111111000110001001110000110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FF71; }

 p { color: rgb(169,255,113); }

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

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

 a { background-color: rgb(169,255,113); }

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

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

 span { border-color: rgb(169,255,113); }

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