#AEDC90

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

Shades of Feijoa #AEDC90

Tints of Feijoa #AEDC90

Color information

#AEDC90 (or 0xAEDC90) is unknown color: approx Feijoa. HEX triplet: AE, DC and 90. RGB value is (174,220,144). Sum of RGB (Red+Green+Blue) = 174+220+144=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC90 is #51236F. Grayscale: #C5C5C5. Windows color (decimal): -5317488 or 9493678. OLE color: 9493678.

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

Color convert

RGB174220144-
CMYK0.2100.350.14
HSL96.32º52.05%71.37%-
HSV(B)96.32º34.55%86.27%-
XYZ48.0862.235.86-
YUV197.5897.76111.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 144 (56.64% from 255) = 26.77%
R=32.34%
G=40.89%
B=26.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201440.2100.350.1496.3252.0571.37
HexAEDC9015023E603447
Octal256334220250431614064107
Binary101011101101110010010000101010100011111011000001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC90; }

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

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

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

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

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

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

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

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