#AEDC95

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

Shades of Feijoa #AEDC95

Tints of Feijoa #AEDC95

Color information

#AEDC95 (or 0xAEDC95) is unknown color: approx Feijoa. HEX triplet: AE, DC and 95. RGB value is (174,220,149). Sum of RGB (Red+Green+Blue) = 174+220+149=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC95 is #51236A. Grayscale: #C6C6C6. Windows color (decimal): -5317483 or 9821358. OLE color: 9821358.

HSL color Cylindrical-coordinate representation of color #AEDC95: hue angle of 98.87º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEDC95 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB174220149-
CMYK0.2100.320.14
HSL98.87º50.35%72.35%-
HSV(B)98.87º32.27%86.27%-
XYZ48.4762.3537.91-
YUV198.15100.26110.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=32.04%
G=40.52%
B=27.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201490.2100.320.1498.8750.3572.35
HexAEDC9515020E633248
Octal256334225250401614362110
Binary101011101101110010010101101010100000111011000111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC95; }

 p { color: rgb(174,220,149); }

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

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

 a { background-color: rgb(174,220,149); }

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

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

 span { border-color: rgb(174,220,149); }

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