#AAE472

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

Shades of Feijoa #AAE472

Tints of Feijoa #AAE472

Color information

#AAE472 (or 0xAAE472) is unknown color: approx Feijoa. HEX triplet: AA, E4 and 72. RGB value is (170,228,114). Sum of RGB (Red+Green+Blue) = 170+228+114=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE472 is #551B8D. Grayscale: #C6C6C6. Windows color (decimal): -5577614 or 7529642. OLE color: 7529642.

HSL color Cylindrical-coordinate representation of color #AAE472: hue angle of 90.53º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE472 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB170228114-
CMYK0.2500.500.11
HSL90.53º67.86%67.06%-
HSV(B)90.53º50%89.41%-
XYZ47.3665.2526.02-
YUV197.6680.78108.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 228 (89.45% from 255) = 44.53%
BLUE value IS 114 (44.92% from 255) = 22.27%
R=33.20%
G=44.53%
B=22.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702281140.2500.500.1190.5367.8667.06
HexAAE47219032B5b4443
Octal2523441623106213133104103
Binary101010101110010011100101100101100101011101101110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE472; }

 p { color: rgb(170,228,114); }

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

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

 a { background-color: rgb(170,228,114); }

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

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

 span { border-color: rgb(170,228,114); }

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