#AAED7D

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

Shades of Feijoa #AAED7D

Tints of Feijoa #AAED7D

Color information

#AAED7D (or 0xAAED7D) is unknown color: approx Feijoa. HEX triplet: AA, ED and 7D. RGB value is (170,237,125). Sum of RGB (Red+Green+Blue) = 170+237+125=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED7D is #551282. Grayscale: #CCCCCC. Windows color (decimal): -5575299 or 8252842. OLE color: 8252842.

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

Color convert

RGB170237125-
CMYK0.2800.470.07
HSL95.89º75.68%70.98%-
HSV(B)95.89º47.26%92.94%-
XYZ50.5670.630.36-
YUV204.283.3103.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 237 (92.97% from 255) = 44.55%
BLUE value IS 125 (49.22% from 255) = 23.50%
R=31.95%
G=44.55%
B=23.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371250.2800.470.0795.8975.6870.98
HexAAED7D1C02F7604c47
Octal252355175340577140114107
Binary10101010111011011111101111000101111111110000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED7D; }

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

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

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

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

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

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

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

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