#AEDB8B

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

Shades of Feijoa #AEDB8B

Tints of Feijoa #AEDB8B

Color information

#AEDB8B (or 0xAEDB8B) is unknown color: approx Feijoa. HEX triplet: AE, DB and 8B. RGB value is (174,219,139). Sum of RGB (Red+Green+Blue) = 174+219+139=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB8B is #512474. Grayscale: #C4C4C4. Windows color (decimal): -5317749 or 9165742. OLE color: 9165742.

HSL color Cylindrical-coordinate representation of color #AEDB8B: hue angle of 93.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEDB8B is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB174219139-
CMYK0.2100.370.14
HSL93.75º52.63%70.2%-
HSV(B)93.75º36.53%85.88%-
XYZ47.4561.5333.8-
YUV196.4295.59112-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=32.71%
G=41.17%
B=26.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742191390.2100.370.1493.7552.6370.2
HexAEDB8B15025E5e3546
Octal256333213250451613665106
Binary101011101101101110001011101010100101111010111101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDB8B; }

 p { color: rgb(174,219,139); }

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

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

 a { background-color: rgb(174,219,139); }

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

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

 span { border-color: rgb(174,219,139); }

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