#AED68E

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

Shades of Feijoa #AED68E

Tints of Feijoa #AED68E

Color information

#AED68E (or 0xAED68E) is unknown color: approx Feijoa. HEX triplet: AE, D6 and 8E. RGB value is (174,214,142). Sum of RGB (Red+Green+Blue) = 174+214+142=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #AED68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED68E is #512971. Grayscale: #C2C2C2. Windows color (decimal): -5319026 or 9361070. OLE color: 9361070.

HSL color Cylindrical-coordinate representation of color #AED68E: hue angle of 93.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AED68E is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB174214142-
CMYK0.1900.340.16
HSL93.33º46.75%69.8%-
HSV(B)93.33º33.64%83.92%-
XYZ46.3859.0434.54-
YUV193.8398.75113.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 214 (83.98% from 255) = 40.38%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=32.83%
G=40.38%
B=26.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141420.1900.340.1693.3346.7569.8
HexAED68E13022105d2f46
Octal256326216230422013557106
Binary1010111011010110100011101001101000101000010111011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED68E; }

 p { color: rgb(174,214,142); }

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

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

 a { background-color: rgb(174,214,142); }

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

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

 span { border-color: rgb(174,214,142); }

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