#AEE073

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

Shades of Feijoa #AEE073

Tints of Feijoa #AEE073

Color information

#AEE073 (or 0xAEE073) is unknown color: approx Feijoa. HEX triplet: AE, E0 and 73. RGB value is (174,224,115). Sum of RGB (Red+Green+Blue) = 174+224+115=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE073 is #511F8C. Grayscale: #C5C5C5. Windows color (decimal): -5316493 or 7594158. OLE color: 7594158.

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

Color convert

RGB174224115-
CMYK0.2200.490.12
HSL87.52º63.74%66.47%-
HSV(B)87.52º48.66%87.84%-
XYZ47.2163.5526-
YUV196.6281.94111.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 224 (87.89% from 255) = 43.66%
BLUE value IS 115 (45.31% from 255) = 22.42%
R=33.92%
G=43.66%
B=22.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742241150.2200.490.1287.5263.7466.47
HexAEE07316031C584042
Octal2563401632606114130100102
Binary101011101110000011100111011001100011100101100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE073; }

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

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

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

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

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

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

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

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