#AEED8E

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

Shades of Feijoa #AEED8E

Tints of Feijoa #AEED8E

Color information

#AEED8E (or 0xAEED8E) is unknown color: approx Feijoa. HEX triplet: AE, ED and 8E. RGB value is (174,237,142). Sum of RGB (Red+Green+Blue) = 174+237+142=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEED8E is #511271. Grayscale: #CFCFCF. Windows color (decimal): -5313138 or 9366958. OLE color: 9366958.

HSL color Cylindrical-coordinate representation of color #AEED8E: hue angle of 99.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEED8E is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB174237142-
CMYK0.2700.400.07
HSL99.79º72.52%74.31%-
HSV(B)99.79º40.08%92.94%-
XYZ52.6271.5236.62-
YUV207.3391.13104.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 237 (92.97% from 255) = 42.86%
BLUE value IS 142 (55.86% from 255) = 25.68%
R=31.46%
G=42.86%
B=25.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371420.2700.400.0799.7972.5274.31
HexAEED8E1B028764494a
Octal256355216330507144111112
Binary101011101110110110001110110110101000111110010010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED8E; }

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

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

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

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

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

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

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

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