#AAED7F

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

Shades of Feijoa #AAED7F

Tints of Feijoa #AAED7F

Color information

#AAED7F (or 0xAAED7F) is unknown color: approx Feijoa. HEX triplet: AA, ED and 7F. RGB value is (170,237,127). Sum of RGB (Red+Green+Blue) = 170+237+127=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED7F is #551280. Grayscale: #CCCCCC. Windows color (decimal): -5575297 or 8383914. OLE color: 8383914.

HSL color Cylindrical-coordinate representation of color #AAED7F: hue angle of 96.55º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAED7F is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB170237127-
CMYK0.2800.460.07
HSL96.55º75.34%71.37%-
HSV(B)96.55º46.41%92.94%-
XYZ50.6970.6531.04-
YUV204.4384.3103.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 237 (92.97% from 255) = 44.38%
BLUE value IS 127 (50% from 255) = 23.78%
R=31.84%
G=44.38%
B=23.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371270.2800.460.0796.5575.3471.37
HexAAED7F1C02E7614b47
Octal252355177340567141113107
Binary10101010111011011111111111000101110111110000110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED7F; }

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

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

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

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

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

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

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

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