#AEE494

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

Shades of Feijoa #AEE494

Tints of Feijoa #AEE494

Color information

#AEE494 (or 0xAEE494) is unknown color: approx Feijoa. HEX triplet: AE, E4 and 94. RGB value is (174,228,148). Sum of RGB (Red+Green+Blue) = 174+228+148=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE494 is #511B6B. Grayscale: #CACACA. Windows color (decimal): -5315436 or 9757870. OLE color: 9757870.

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

Color convert

RGB174228148-
CMYK0.2400.350.11
HSL100.5º59.7%73.73%-
HSV(B)100.5º35.09%89.41%-
XYZ50.5466.6238.21-
YUV202.7397.11107.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 228 (89.45% from 255) = 41.45%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=31.64%
G=41.45%
B=26.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742281480.2400.350.11100.559.773.73
HexAEE49418023B643c4a
Octal256344224300431314474112
Binary101011101110010010010100110000100011101111001001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE494; }

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

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

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

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

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

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

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

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