#AEE481

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

Shades of Feijoa #AEE481

Tints of Feijoa #AEE481

Color information

#AEE481 (or 0xAEE481) is unknown color: approx Feijoa. HEX triplet: AE, E4 and 81. RGB value is (174,228,129). Sum of RGB (Red+Green+Blue) = 174+228+129=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE481 is #511B7E. Grayscale: #C8C8C8. Windows color (decimal): -5315455 or 8512686. OLE color: 8512686.

HSL color Cylindrical-coordinate representation of color #AEE481: hue angle of 92.73º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEE481 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB174228129-
CMYK0.2400.430.11
HSL92.73º64.71%70%-
HSV(B)92.73º43.42%89.41%-
XYZ49.1666.0730.93-
YUV200.5787.61109.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 228 (89.45% from 255) = 42.94%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=32.77%
G=42.94%
B=24.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742281290.2400.430.1192.7364.7170
HexAEE4811802BB5d4146
Octal2563442013005313135101106
Binary1010111011100100100000011100001010111011101110110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE481; }

 p { color: rgb(174,228,129); }

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

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

 a { background-color: rgb(174,228,129); }

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

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

 span { border-color: rgb(174,228,129); }

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