#AEE076

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

Shades of Feijoa #AEE076

Tints of Feijoa #AEE076

Color information

#AEE076 (or 0xAEE076) is unknown color: approx Feijoa. HEX triplet: AE, E0 and 76. RGB value is (174,224,118). Sum of RGB (Red+Green+Blue) = 174+224+118=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE076 is #511F89. Grayscale: #C5C5C5. Windows color (decimal): -5316490 or 7790766. OLE color: 7790766.

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

Color convert

RGB174224118-
CMYK0.2200.470.12
HSL88.3º63.1%67.06%-
HSV(B)88.3º47.32%87.84%-
XYZ47.3863.6226.92-
YUV196.9783.44111.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 224 (87.89% from 255) = 43.41%
BLUE value IS 118 (46.48% from 255) = 22.87%
R=33.72%
G=43.41%
B=22.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742241180.2200.470.1288.363.167.06
HexAEE0761602FC583f43
Octal256340166260571413077103
Binary10101110111000001110110101100101111110010110001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE076; }

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

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

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

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

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

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

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

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