#AAEE79

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

Shades of Feijoa #AAEE79

Tints of Feijoa #AAEE79

Color information

#AAEE79 (or 0xAAEE79) is unknown color: approx Feijoa. HEX triplet: AA, EE and 79. RGB value is (170,238,121). Sum of RGB (Red+Green+Blue) = 170+238+121=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE79 is #551186. Grayscale: #CCCCCC. Windows color (decimal): -5575047 or 7990954. OLE color: 7990954.

HSL color Cylindrical-coordinate representation of color #AAEE79: hue angle of 94.87º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAEE79 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB170238121-
CMYK0.2900.490.07
HSL94.87º77.48%70.39%-
HSV(B)94.87º49.16%93.33%-
XYZ50.671.0829.14-
YUV204.3380.97103.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 238 (93.36% from 255) = 44.99%
BLUE value IS 121 (47.66% from 255) = 22.87%
R=32.14%
G=44.99%
B=22.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381210.2900.490.0794.8777.4870.39
HexAAEE791D03175f4d46
Octal252356171350617137115106
Binary10101010111011101111001111010110001111101111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEE79; }

 p { color: rgb(170,238,121); }

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

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

 a { background-color: rgb(170,238,121); }

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

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

 span { border-color: rgb(170,238,121); }

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