#AAF77F

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

Shades of Feijoa #AAF77F

Tints of Feijoa #AAF77F

Color information

#AAF77F (or 0xAAF77F) is unknown color: approx Feijoa. HEX triplet: AA, F7 and 7F. RGB value is (170,247,127). Sum of RGB (Red+Green+Blue) = 170+247+127=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF77F is #550880. Grayscale: #D2D2D2. Windows color (decimal): -5572737 or 8386474. OLE color: 8386474.

HSL color Cylindrical-coordinate representation of color #AAF77F: hue angle of 98.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAF77F is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB170247127-
CMYK0.3100.490.03
HSL98.5º88.24%73.33%-
HSV(B)98.5º48.58%96.86%-
XYZ53.6776.632.04-
YUV210.380.9999.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 247 (96.88% from 255) = 45.40%
BLUE value IS 127 (50% from 255) = 23.35%
R=31.25%
G=45.40%
B=23.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702471270.3100.490.0398.588.2473.33
HexAAF77F1F0313625849
Octal252367177370613142130111
Binary1010101011110111111111111111011000111110001010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF77F; }

 p { color: rgb(170,247,127); }

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

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

 a { background-color: rgb(170,247,127); }

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

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

 span { border-color: rgb(170,247,127); }

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