#AEDF94

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

Shades of Feijoa #AEDF94

Tints of Feijoa #AEDF94

Color information

#AEDF94 (or 0xAEDF94) is unknown color: approx Feijoa. HEX triplet: AE, DF and 94. RGB value is (174,223,148). Sum of RGB (Red+Green+Blue) = 174+223+148=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF94 is #51206B. Grayscale: #C8C8C8. Windows color (decimal): -5316716 or 9756590. OLE color: 9756590.

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

Color convert

RGB174223148-
CMYK0.2200.340.13
HSL99.2º53.96%72.75%-
HSV(B)99.2º33.63%87.45%-
XYZ49.1963.9137.76-
YUV199.898.77109.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 223 (87.5% from 255) = 40.92%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=31.93%
G=40.92%
B=27.16%

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
Decimal1742231480.2200.340.1399.253.9672.75
HexAEDF9416022D633649
Octal256337224260421514366111
Binary101011101101111110010100101100100010110111000111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDF94; }

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

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

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

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

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

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

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

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