#AED993

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

Shades of Feijoa #AED993

Tints of Feijoa #AED993

Color information

#AED993 (or 0xAED993) is unknown color: approx Feijoa. HEX triplet: AE, D9 and 93. RGB value is (174,217,147). Sum of RGB (Red+Green+Blue) = 174+217+147=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #AED993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED993 is #51266C. Grayscale: #C4C4C4. Windows color (decimal): -5318253 or 9689518. OLE color: 9689518.

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

Color convert

RGB174217147-
CMYK0.2000.320.15
HSL96.86º47.95%71.37%-
HSV(B)96.86º32.26%85.1%-
XYZ47.5360.7336.82-
YUV196.16100.25112.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=32.34%
G=40.33%
B=27.32%

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
Decimal1742171470.2000.320.1596.8647.9571.37
HexAED99314020F613047
Octal256331223240401714160107
Binary101011101101100110010011101000100000111111000011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED993; }

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

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

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

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

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

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

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

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