#aaf77d

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

Shades of Feijoa #AAF77D

Tints of Feijoa #AAF77D

Color information

#AAF77D (or 0xAAF77D) is unknown color: approx Feijoa. HEX triplet: AA, F7 and 7D. RGB value is (170,247,125). Sum of RGB (Red+Green+Blue) = 170+247+125=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF77D is #550882. Grayscale: #D2D2D2. Windows color (decimal): -5572739 or 8255402. OLE color: 8255402.

HSL color Cylindrical-coordinate representation of color #AAF77D: hue angle of 97.87º 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 #AAF77D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB170247125-
CMYK0.3100.490.03
HSL97.87º88.41%72.94%-
HSV(B)97.87º49.39%96.86%-
XYZ53.5476.5531.36-
YUV210.0779.9999.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 247 (96.88% from 255) = 45.57%
BLUE value IS 125 (49.22% from 255) = 23.06%
R=31.37%
G=45.57%
B=23.06%

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
Decimal1702471250.3100.490.0397.8788.4172.94
HexAAF77D1F0313625849
Octal252367175370613142130111
Binary1010101011110111111110111111011000111110001010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaf77d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaf77d; }

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

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

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

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

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

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

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

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