#AEDC94

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

Shades of Feijoa #AEDC94

Tints of Feijoa #AEDC94

Color information

#AEDC94 (or 0xAEDC94) is unknown color: approx Feijoa. HEX triplet: AE, DC and 94. RGB value is (174,220,148). Sum of RGB (Red+Green+Blue) = 174+220+148=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC94 is #51236B. Grayscale: #C6C6C6. Windows color (decimal): -5317484 or 9755822. OLE color: 9755822.

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

Color convert

RGB174220148-
CMYK0.2100.330.14
HSL98.33º50.7%72.16%-
HSV(B)98.33º32.73%86.27%-
XYZ48.3962.3237.5-
YUV198.0499.76110.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=32.10%
G=40.59%
B=27.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201480.2100.330.1498.3350.772.16
HexAEDC9415021E623348
Octal256334224250411614263110
Binary101011101101110010010100101010100001111011000101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC94; }

 p { color: rgb(174,220,148); }

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

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

 a { background-color: rgb(174,220,148); }

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

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

 span { border-color: rgb(174,220,148); }

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