#AAF471

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

Shades of Feijoa #AAF471

Tints of Feijoa #AAF471

Color information

#AAF471 (or 0xAAF471) is unknown color: approx Feijoa. HEX triplet: AA, F4 and 71. RGB value is (170,244,113). Sum of RGB (Red+Green+Blue) = 170+244+113=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF471 is #550B8E. Grayscale: #CFCFCF. Windows color (decimal): -5573519 or 7468202. OLE color: 7468202.

HSL color Cylindrical-coordinate representation of color #AAF471: hue angle of 93.89º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAF471 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB170244113-
CMYK0.3000.540.04
HSL93.89º85.62%70%-
HSV(B)93.89º53.69%95.69%-
XYZ51.9174.4427.26-
YUV206.9474.98101.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 244 (95.70% from 255) = 46.30%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=32.26%
G=46.30%
B=21.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702441130.3000.540.0493.8985.6270
HexAAF4711E03645e5646
Octal252364161360664136126106
Binary10101010111101001110001111100110110100101111010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF471; }

 p { color: rgb(170,244,113); }

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

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

 a { background-color: rgb(170,244,113); }

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

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

 span { border-color: rgb(170,244,113); }

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