#AED48E

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

Shades of Feijoa #AED48E

Tints of Feijoa #AED48E

Color information

#AED48E (or 0xAED48E) is unknown color: approx Feijoa. HEX triplet: AE, D4 and 8E. RGB value is (174,212,142). Sum of RGB (Red+Green+Blue) = 174+212+142=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #AED48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED48E is #512B71. Grayscale: #C0C0C0. Windows color (decimal): -5319538 or 9360558. OLE color: 9360558.

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

Color convert

RGB174212142-
CMYK0.1800.330.17
HSL92.57º44.87%69.41%-
HSV(B)92.57º33.02%83.14%-
XYZ45.8858.0434.38-
YUV192.6699.41114.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=32.95%
G=40.15%
B=26.89%

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
Decimal1742121420.1800.330.1792.5744.8769.41
HexAED48E12021115d2d45
Octal256324216220412113555105
Binary1010111011010100100011101001001000011000110111011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED48E; }

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

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

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

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

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

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

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

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