#AAFD73

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

Shades of Feijoa #AAFD73

Tints of Feijoa #AAFD73

Color information

#AAFD73 (or 0xAAFD73) is unknown color: approx Feijoa. HEX triplet: AA, FD and 73. RGB value is (170,253,115). Sum of RGB (Red+Green+Blue) = 170+253+115=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD73 is #55028C. Grayscale: #D4D4D4. Windows color (decimal): -5571213 or 7601578. OLE color: 7601578.

HSL color Cylindrical-coordinate representation of color #AAFD73: hue angle of 96.09º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAFD73 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB170253115-
CMYK0.3300.550.01
HSL96.09º97.18%72.16%-
HSV(B)96.09º54.55%99.22%-
XYZ54.880.0328.78-
YUV212.457397.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 253 (99.22% from 255) = 47.03%
BLUE value IS 115 (45.31% from 255) = 21.38%
R=31.60%
G=47.03%
B=21.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531150.3300.550.0196.0997.1872.16
HexAAFD73210371606148
Octal252375163410671140141110
Binary1010101011111101111001110000101101111110000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD73; }

 p { color: rgb(170,253,115); }

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

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

 a { background-color: rgb(170,253,115); }

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

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

 span { border-color: rgb(170,253,115); }

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