#AEE07E

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

Shades of Feijoa #AEE07E

Tints of Feijoa #AEE07E

Color information

#AEE07E (or 0xAEE07E) is unknown color: approx Feijoa. HEX triplet: AE, E0 and 7E. RGB value is (174,224,126). Sum of RGB (Red+Green+Blue) = 174+224+126=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE07E is #511F81. Grayscale: #C6C6C6. Windows color (decimal): -5316482 or 8315054. OLE color: 8315054.

HSL color Cylindrical-coordinate representation of color #AEE07E: hue angle of 90.61º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEE07E is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB174224126-
CMYK0.2200.440.12
HSL90.61º61.25%68.63%-
HSV(B)90.61º43.75%87.84%-
XYZ47.8863.8229.53-
YUV197.8887.44110.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 224 (87.89% from 255) = 42.75%
BLUE value IS 126 (49.61% from 255) = 24.05%
R=33.21%
G=42.75%
B=24.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742241260.2200.440.1290.6161.2568.63
HexAEE07E1602CC5b3d45
Octal256340176260541413375105
Binary10101110111000001111110101100101100110010110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE07E; }

 p { color: rgb(174,224,126); }

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

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

 a { background-color: rgb(174,224,126); }

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

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

 span { border-color: rgb(174,224,126); }

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