#AEED7C

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

Shades of Feijoa #AEED7C

Tints of Feijoa #AEED7C

Color information

#AEED7C (or 0xAEED7C) is unknown color: approx Feijoa. HEX triplet: AE, ED and 7C. RGB value is (174,237,124). Sum of RGB (Red+Green+Blue) = 174+237+124=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED7C is #511283. Grayscale: #CDCDCD. Windows color (decimal): -5313156 or 8187310. OLE color: 8187310.

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

Color convert

RGB174237124-
CMYK0.2700.480.07
HSL93.45º75.84%70.78%-
HSV(B)93.45º47.68%92.94%-
XYZ51.3871.0230.07-
YUV205.2882.13105.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 237 (92.97% from 255) = 44.30%
BLUE value IS 124 (48.83% from 255) = 23.18%
R=32.52%
G=44.30%
B=23.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371240.2700.480.0793.4575.8470.78
HexAEED7C1B03075d4c47
Octal256355174330607135114107
Binary10101110111011011111100110110110000111101110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED7C; }

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

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

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

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

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

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

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

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