#AAEB81

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

Shades of Feijoa #AAEB81

Tints of Feijoa #AAEB81

Color information

#AAEB81 (or 0xAAEB81) is unknown color: approx Feijoa. HEX triplet: AA, EB and 81. RGB value is (170,235,129). Sum of RGB (Red+Green+Blue) = 170+235+129=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEB81 is #55147E. Grayscale: #CBCBCB. Windows color (decimal): -5575807 or 8514474. OLE color: 8514474.

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

Color convert

RGB170235129-
CMYK0.2800.450.08
HSL96.79º72.6%71.37%-
HSV(B)96.79º45.11%92.16%-
XYZ50.2569.5531.54-
YUV203.4885.97104.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 235 (92.19% from 255) = 44.01%
BLUE value IS 129 (50.78% from 255) = 24.16%
R=31.84%
G=44.01%
B=24.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351290.2800.450.0896.7972.671.37
HexAAEB811C02D8614947
Octal2523532013405510141111107
Binary1010101011101011100000011110001011011000110000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEB81; }

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

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

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

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

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

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

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

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