#AED57E

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

Shades of Feijoa #AED57E

Tints of Feijoa #AED57E

Color information

#AED57E (or 0xAED57E) is unknown color: approx Feijoa. HEX triplet: AE, D5 and 7E. RGB value is (174,213,126). Sum of RGB (Red+Green+Blue) = 174+213+126=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #AED57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED57E is #512A81. Grayscale: #BFBFBF. Windows color (decimal): -5319298 or 8312238. OLE color: 8312238.

HSL color Cylindrical-coordinate representation of color #AED57E: hue angle of 86.9º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AED57E is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB174213126-
CMYK0.1800.410.16
HSL86.9º50.88%66.47%-
HSV(B)86.9º40.85%83.53%-
XYZ45.0258.0928.58-
YUV191.4291.08115.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 126 (49.61% from 255) = 24.56%
R=33.92%
G=41.52%
B=24.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131260.1800.410.1686.950.8866.47
HexAED57E1202910573342
Octal256325176220512012763102
Binary101011101101010111111101001001010011000010101111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED57E; }

 p { color: rgb(174,213,126); }

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

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

 a { background-color: rgb(174,213,126); }

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

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

 span { border-color: rgb(174,213,126); }

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