#AEED82

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

Shades of Feijoa #AEED82

Tints of Feijoa #AEED82

Color information

#AEED82 (or 0xAEED82) is unknown color: approx Feijoa. HEX triplet: AE, ED and 82. RGB value is (174,237,130). Sum of RGB (Red+Green+Blue) = 174+237+130=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEED82 is #51127D. Grayscale: #CECECE. Windows color (decimal): -5313150 or 8580526. OLE color: 8580526.

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

Color convert

RGB174237130-
CMYK0.2700.450.07
HSL95.33º74.83%71.96%-
HSV(B)95.33º45.15%92.94%-
XYZ51.7771.1832.13-
YUV205.9685.13105.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 237 (92.97% from 255) = 43.81%
BLUE value IS 130 (51.17% from 255) = 24.03%
R=32.16%
G=43.81%
B=24.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371300.2700.450.0795.3374.8371.96
HexAEED821B02D75f4b48
Octal256355202330557137113110
Binary101011101110110110000010110110101101111101111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED82; }

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

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

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

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

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

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

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

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