#AAEA71

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

Shades of Feijoa #AAEA71

Tints of Feijoa #AAEA71

Color information

#AAEA71 (or 0xAAEA71) is unknown color: approx Feijoa. HEX triplet: AA, EA and 71. RGB value is (170,234,113). Sum of RGB (Red+Green+Blue) = 170+234+113=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEA71 is #55158E. Grayscale: #C9C9C9. Windows color (decimal): -5576079 or 7465642. OLE color: 7465642.

HSL color Cylindrical-coordinate representation of color #AAEA71: hue angle of 91.74º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAEA71 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB170234113-
CMYK0.2700.520.08
HSL91.74º74.23%68.04%-
HSV(B)91.74º51.71%91.76%-
XYZ48.9868.5826.28-
YUV201.0778.3105.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 234 (91.80% from 255) = 45.26%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=32.88%
G=45.26%
B=21.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341130.2700.520.0891.7474.2368.04
HexAAEA711B03485c4a44
Octal2523521613306410134112104
Binary101010101110101011100011101101101001000101110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEA71; }

 p { color: rgb(170,234,113); }

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

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

 a { background-color: rgb(170,234,113); }

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

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

 span { border-color: rgb(170,234,113); }

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