#AAE38A

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

Shades of Feijoa #AAE38A

Tints of Feijoa #AAE38A

Color information

#AAE38A (or 0xAAE38A) is unknown color: approx Feijoa. HEX triplet: AA, E3 and 8A. RGB value is (170,227,138). Sum of RGB (Red+Green+Blue) = 170+227+138=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE38A is #551C75. Grayscale: #C8C8C8. Windows color (decimal): -5577846 or 9102250. OLE color: 9102250.

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

Color convert

RGB170227138-
CMYK0.2500.390.11
HSL98.43º61.38%71.57%-
HSV(B)98.43º39.21%89.02%-
XYZ48.6365.3234.09-
YUV199.8193.12106.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 227 (89.06% from 255) = 42.43%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=31.78%
G=42.43%
B=25.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702271380.2500.390.1198.4361.3871.57
HexAAE38A19027B623d48
Octal252343212310471314275110
Binary101010101110001110001010110010100111101111000101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE38A; }

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

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

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

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

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

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

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

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