#AEDE95

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

Shades of Feijoa #AEDE95

Tints of Feijoa #AEDE95

Color information

#AEDE95 (or 0xAEDE95) is unknown color: approx Feijoa. HEX triplet: AE, DE and 95. RGB value is (174,222,149). Sum of RGB (Red+Green+Blue) = 174+222+149=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE95 is #51216A. Grayscale: #C7C7C7. Windows color (decimal): -5316971 or 9821870. OLE color: 9821870.

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

Color convert

RGB174222149-
CMYK0.2200.330.13
HSL99.45º52.52%72.75%-
HSV(B)99.45º32.88%87.06%-
XYZ4963.4138.09-
YUV199.3399.6109.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=31.93%
G=40.73%
B=27.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221490.2200.330.1399.4552.5272.75
HexAEDE9516021D633549
Octal256336225260411514365111
Binary101011101101111010010101101100100001110111000111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE95; }

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

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

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

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

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

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

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

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