#AAEB7F

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

Shades of Feijoa #AAEB7F

Tints of Feijoa #AAEB7F

Color information

#AAEB7F (or 0xAAEB7F) is unknown color: approx Feijoa. HEX triplet: AA, EB and 7F. RGB value is (170,235,127). Sum of RGB (Red+Green+Blue) = 170+235+127=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB7F is #551480. Grayscale: #CBCBCB. Windows color (decimal): -5575809 or 8383402. OLE color: 8383402.

HSL color Cylindrical-coordinate representation of color #AAEB7F: hue angle of 96.11º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAEB7F is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB170235127-
CMYK0.2800.460.08
HSL96.11º72.97%70.98%-
HSV(B)96.11º45.96%92.16%-
XYZ50.1269.530.85-
YUV203.2584.97104.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 235 (92.19% from 255) = 44.17%
BLUE value IS 127 (50% from 255) = 23.87%
R=31.95%
G=44.17%
B=23.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351270.2800.460.0896.1172.9770.98
HexAAEB7F1C02E8604947
Octal2523531773405610140111107
Binary101010101110101111111111110001011101000110000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEB7F; }

 p { color: rgb(170,235,127); }

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

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

 a { background-color: rgb(170,235,127); }

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

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

 span { border-color: rgb(170,235,127); }

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