#AED48F

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

Shades of Feijoa #AED48F

Tints of Feijoa #AED48F

Color information

#AED48F (or 0xAED48F) is unknown color: approx Feijoa. HEX triplet: AE, D4 and 8F. RGB value is (174,212,143). Sum of RGB (Red+Green+Blue) = 174+212+143=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #AED48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED48F is #512B70. Grayscale: #C1C1C1. Windows color (decimal): -5319537 or 9426094. OLE color: 9426094.

HSL color Cylindrical-coordinate representation of color #AED48F: hue angle of 93.04º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AED48F is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB174212143-
CMYK0.1800.330.17
HSL93.04º44.52%69.61%-
HSV(B)93.04º32.55%83.14%-
XYZ45.9658.0734.77-
YUV192.7799.91114.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 212 (83.20% from 255) = 40.08%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=32.89%
G=40.08%
B=27.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121430.1800.330.1793.0444.5269.61
HexAED48F12021115d2d46
Octal256324217220412113555106
Binary1010111011010100100011111001001000011000110111011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED48F; }

 p { color: rgb(174,212,143); }

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

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

 a { background-color: rgb(174,212,143); }

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

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

 span { border-color: rgb(174,212,143); }

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