#AEED7F

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

Shades of Feijoa #AEED7F

Tints of Feijoa #AEED7F

Color information

#AEED7F (or 0xAEED7F) is unknown color: approx Feijoa. HEX triplet: AE, ED and 7F. RGB value is (174,237,127). Sum of RGB (Red+Green+Blue) = 174+237+127=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED7F is #511280. Grayscale: #CDCDCD. Windows color (decimal): -5313153 or 8383918. OLE color: 8383918.

HSL color Cylindrical-coordinate representation of color #AEED7F: hue angle of 94.36º 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 #AEED7F is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB174237127-
CMYK0.2700.460.07
HSL94.36º75.34%71.37%-
HSV(B)94.36º46.41%92.94%-
XYZ51.5771.131.08-
YUV205.6283.63105.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 127 (50% from 255) = 23.61%
R=32.34%
G=44.05%
B=23.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371270.2700.460.0794.3675.3471.37
HexAEED7F1B02E75e4b47
Octal256355177330567136113107
Binary10101110111011011111111110110101110111101111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED7F; }

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

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

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

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

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

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

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

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