#AEDE93

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

Shades of Feijoa #AEDE93

Tints of Feijoa #AEDE93

Color information

#AEDE93 (or 0xAEDE93) is unknown color: approx Feijoa. HEX triplet: AE, DE and 93. RGB value is (174,222,147). Sum of RGB (Red+Green+Blue) = 174+222+147=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE93 is #51216C. Grayscale: #C7C7C7. Windows color (decimal): -5316973 or 9690798. OLE color: 9690798.

HSL color Cylindrical-coordinate representation of color #AEDE93: hue angle of 98.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEDE93 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB174222147-
CMYK0.2200.340.13
HSL98.4º53.19%72.35%-
HSV(B)98.4º33.78%87.06%-
XYZ48.8463.3537.26-
YUV199.198.6110.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=32.04%
G=40.88%
B=27.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221470.2200.340.1398.453.1972.35
HexAEDE9316022D623548
Octal256336223260421514265110
Binary101011101101111010010011101100100010110111000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE93; }

 p { color: rgb(174,222,147); }

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

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

 a { background-color: rgb(174,222,147); }

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

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

 span { border-color: rgb(174,222,147); }

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