#AEED77

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

Shades of Feijoa #AEED77

Tints of Feijoa #AEED77

Color information

#AEED77 (or 0xAEED77) is unknown color: approx Feijoa. HEX triplet: AE, ED and 77. RGB value is (174,237,119). Sum of RGB (Red+Green+Blue) = 174+237+119=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED77 is #511288. Grayscale: #CDCDCD. Windows color (decimal): -5313161 or 7859630. OLE color: 7859630.

HSL color Cylindrical-coordinate representation of color #AEED77: hue angle of 92.03º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEED77 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB174237119-
CMYK0.2700.500.07
HSL92.03º76.62%69.8%-
HSV(B)92.03º49.79%92.94%-
XYZ51.0770.928.45-
YUV204.7179.63106.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 119 (46.88% from 255) = 22.45%
R=32.83%
G=44.72%
B=22.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371190.2700.500.0792.0376.6269.8
HexAEED771B03275c4d46
Octal256355167330627134115106
Binary10101110111011011110111110110110010111101110010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED77; }

 p { color: rgb(174,237,119); }

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

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

 a { background-color: rgb(174,237,119); }

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

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

 span { border-color: rgb(174,237,119); }

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