#AED093

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

Shades of Feijoa #AED093

Tints of Feijoa #AED093

Color information

#AED093 (or 0xAED093) is unknown color: approx Feijoa. HEX triplet: AE, D0 and 93. RGB value is (174,208,147). Sum of RGB (Red+Green+Blue) = 174+208+147=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #AED093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED093 is #512F6C. Grayscale: #BFBFBF. Windows color (decimal): -5320557 or 9687214. OLE color: 9687214.

HSL color Cylindrical-coordinate representation of color #AED093: hue angle of 93.44º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED093 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB174208147-
CMYK0.1600.290.18
HSL93.44º39.35%69.61%-
HSV(B)93.44º29.33%81.57%-
XYZ45.2856.2236.07-
YUV190.88103.24115.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=32.89%
G=39.32%
B=27.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081470.1600.290.1893.4439.3569.61
HexAED0931001D125d2746
Octal256320223200352213547106
Binary101011101101000010010011100000111011001010111011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED093; }

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

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

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

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

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

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

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

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