#AEE580

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

Shades of Feijoa #AEE580

Tints of Feijoa #AEE580

Color information

#AEE580 (or 0xAEE580) is unknown color: approx Feijoa. HEX triplet: AE, E5 and 80. RGB value is (174,229,128). Sum of RGB (Red+Green+Blue) = 174+229+128=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE580 is #511A7F. Grayscale: #C9C9C9. Windows color (decimal): -5315200 or 8447406. OLE color: 8447406.

HSL color Cylindrical-coordinate representation of color #AEE580: hue angle of 92.67º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEE580 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB174229128-
CMYK0.2400.440.10
HSL92.67º66.01%70%-
HSV(B)92.67º44.1%89.8%-
XYZ49.3766.630.67-
YUV201.0486.78108.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 229 (89.84% from 255) = 43.13%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=32.77%
G=43.13%
B=24.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742291280.2400.440.1092.6766.0170
HexAEE5801802CA5d4246
Octal2563452003005412135102106
Binary1010111011100101100000001100001011001010101110110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE580; }

 p { color: rgb(174,229,128); }

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

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

 a { background-color: rgb(174,229,128); }

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

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

 span { border-color: rgb(174,229,128); }

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