#AAEB83

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

Shades of Feijoa #AAEB83

Tints of Feijoa #AAEB83

Color information

#AAEB83 (or 0xAAEB83) is unknown color: approx Feijoa. HEX triplet: AA, EB and 83. RGB value is (170,235,131). Sum of RGB (Red+Green+Blue) = 170+235+131=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEB83 is #55147C. Grayscale: #CCCCCC. Windows color (decimal): -5575805 or 8645546. OLE color: 8645546.

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

Color convert

RGB170235131-
CMYK0.2800.440.08
HSL97.5º72.22%71.76%-
HSV(B)97.5º44.26%92.16%-
XYZ50.3869.632.25-
YUV203.7186.97103.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 235 (92.19% from 255) = 43.84%
BLUE value IS 131 (51.56% from 255) = 24.44%
R=31.72%
G=43.84%
B=24.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351310.2800.440.0897.572.2271.76
HexAAEB831C02C8624848
Octal2523532033405410142110110
Binary1010101011101011100000111110001011001000110001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEB83; }

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

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

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

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

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

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

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

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