#AED994

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

Shades of Feijoa #AED994

Tints of Feijoa #AED994

Color information

#AED994 (or 0xAED994) is unknown color: approx Feijoa. HEX triplet: AE, D9 and 94. RGB value is (174,217,148). Sum of RGB (Red+Green+Blue) = 174+217+148=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #AED994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED994 is #51266B. Grayscale: #C4C4C4. Windows color (decimal): -5318252 or 9755054. OLE color: 9755054.

HSL color Cylindrical-coordinate representation of color #AED994: hue angle of 97.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED994 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB174217148-
CMYK0.2000.320.15
HSL97.39º47.59%71.57%-
HSV(B)97.39º31.8%85.1%-
XYZ47.6160.7637.24-
YUV196.28100.75112.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=32.28%
G=40.26%
B=27.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171480.2000.320.1597.3947.5971.57
HexAED99414020F613048
Octal256331224240401714160110
Binary101011101101100110010100101000100000111111000011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED994; }

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

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

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

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

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

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

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

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