#AEED80

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

Shades of Feijoa #AEED80

Tints of Feijoa #AEED80

Color information

#AEED80 (or 0xAEED80) is unknown color: approx Feijoa. HEX triplet: AE, ED and 80. RGB value is (174,237,128). Sum of RGB (Red+Green+Blue) = 174+237+128=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEED80 is #51127F. Grayscale: #CECECE. Windows color (decimal): -5313152 or 8449454. OLE color: 8449454.

HSL color Cylindrical-coordinate representation of color #AEED80: hue angle of 94.68º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEED80 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB174237128-
CMYK0.2700.460.07
HSL94.68º75.17%71.57%-
HSV(B)94.68º45.99%92.94%-
XYZ51.6471.1331.43-
YUV205.7484.13105.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 237 (92.97% from 255) = 43.97%
BLUE value IS 128 (50.39% from 255) = 23.75%
R=32.28%
G=43.97%
B=23.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371280.2700.460.0794.6875.1771.57
HexAEED801B02E75f4b48
Octal256355200330567137113110
Binary101011101110110110000000110110101110111101111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED80; }

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

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

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

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

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

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

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

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