#AAE38E

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

Shades of Feijoa #AAE38E

Tints of Feijoa #AAE38E

Color information

#AAE38E (or 0xAAE38E) is unknown color: approx Feijoa. HEX triplet: AA, E3 and 8E. RGB value is (170,227,142). Sum of RGB (Red+Green+Blue) = 170+227+142=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE38E is #551C71. Grayscale: #C8C8C8. Windows color (decimal): -5577842 or 9364394. OLE color: 9364394.

HSL color Cylindrical-coordinate representation of color #AAE38E: hue angle of 100.24º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAE38E is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB170227142-
CMYK0.2500.370.11
HSL100.24º60.28%72.35%-
HSV(B)100.24º37.44%89.02%-
XYZ48.9365.4435.64-
YUV200.2795.12106.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 227 (89.06% from 255) = 42.12%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=31.54%
G=42.12%
B=26.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702271420.2500.370.11100.2460.2872.35
HexAAE38E19025B643c48
Octal252343216310451314474110
Binary101010101110001110001110110010100101101111001001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE38E; }

 p { color: rgb(170,227,142); }

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

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

 a { background-color: rgb(170,227,142); }

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

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

 span { border-color: rgb(170,227,142); }

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