#AED37D

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

Shades of Feijoa #AED37D

Tints of Feijoa #AED37D

Color information

#AED37D (or 0xAED37D) is unknown color: approx Feijoa. HEX triplet: AE, D3 and 7D. RGB value is (174,211,125). Sum of RGB (Red+Green+Blue) = 174+211+125=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #AED37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED37D is #512C82. Grayscale: #BEBEBE. Windows color (decimal): -5319811 or 8246190. OLE color: 8246190.

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

Color convert

RGB174211125-
CMYK0.1800.410.17
HSL85.81º49.43%65.88%-
HSV(B)85.81º40.76%82.75%-
XYZ44.4557.0728.07-
YUV190.1391.24116.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 211 (82.81% from 255) = 41.37%
BLUE value IS 125 (49.22% from 255) = 24.51%
R=34.12%
G=41.37%
B=24.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742111250.1800.410.1785.8149.4365.88
HexAED37D1202911563142
Octal256323175220512112661102
Binary101011101101001111111011001001010011000110101101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED37D; }

 p { color: rgb(174,211,125); }

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

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

 a { background-color: rgb(174,211,125); }

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

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

 span { border-color: rgb(174,211,125); }

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