#AEDD93

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

Shades of Feijoa #AEDD93

Tints of Feijoa #AEDD93

Color information

#AEDD93 (or 0xAEDD93) is unknown color: approx Feijoa. HEX triplet: AE, DD and 93. RGB value is (174,221,147). Sum of RGB (Red+Green+Blue) = 174+221+147=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD93 is #51226C. Grayscale: #C6C6C6. Windows color (decimal): -5317229 or 9690542. OLE color: 9690542.

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

Color convert

RGB174221147-
CMYK0.2100.330.13
HSL98.11º52.11%72.16%-
HSV(B)98.11º33.48%86.67%-
XYZ48.5862.8237.17-
YUV198.5198.93110.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=32.10%
G=40.77%
B=27.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211470.2100.330.1398.1152.1172.16
HexAEDD9315021D623448
Octal256335223250411514264110
Binary101011101101110110010011101010100001110111000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD93; }

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

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

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

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

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

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

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

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