#AAF47D

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

Shades of Feijoa #AAF47D

Tints of Feijoa #AAF47D

Color information

#AAF47D (or 0xAAF47D) is unknown color: approx Feijoa. HEX triplet: AA, F4 and 7D. RGB value is (170,244,125). Sum of RGB (Red+Green+Blue) = 170+244+125=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF47D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF47D is #550B82. Grayscale: #D0D0D0. Windows color (decimal): -5573507 or 8254634. OLE color: 8254634.

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

Color convert

RGB170244125-
CMYK0.3000.490.04
HSL97.31º84.4%72.35%-
HSV(B)97.31º48.77%95.69%-
XYZ52.6374.7331.05-
YUV208.3180.98100.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 244 (95.70% from 255) = 45.27%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=31.54%
G=45.27%
B=23.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702441250.3000.490.0497.3184.472.35
HexAAF47D1E0314615448
Octal252364175360614141124110
Binary10101010111101001111101111100110001100110000110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF47D; }

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

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

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

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

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

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

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

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