#AAFC73

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

Shades of Feijoa #AAFC73

Tints of Feijoa #AAFC73

Color information

#AAFC73 (or 0xAAFC73) is unknown color: approx Feijoa. HEX triplet: AA, FC and 73. RGB value is (170,252,115). Sum of RGB (Red+Green+Blue) = 170+252+115=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC73 is #55038C. Grayscale: #D4D4D4. Windows color (decimal): -5571469 or 7601322. OLE color: 7601322.

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

Color convert

RGB170252115-
CMYK0.3300.540.01
HSL95.91º95.8%71.96%-
HSV(B)95.91º54.37%98.82%-
XYZ54.4879.428.67-
YUV211.8673.3398.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 115 (45.31% from 255) = 21.42%
R=31.66%
G=46.93%
B=21.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521150.3300.540.0195.9195.871.96
HexAAFC73210361606048
Octal252374163410661140140110
Binary1010101011111100111001110000101101101110000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFC73; }

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

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

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

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

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

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

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

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