#AEED83

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

Shades of Feijoa #AEED83

Tints of Feijoa #AEED83

Color information

#AEED83 (or 0xAEED83) is unknown color: approx Feijoa. HEX triplet: AE, ED and 83. RGB value is (174,237,131). Sum of RGB (Red+Green+Blue) = 174+237+131=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEED83 is #51127C. Grayscale: #CECECE. Windows color (decimal): -5313149 or 8646062. OLE color: 8646062.

HSL color Cylindrical-coordinate representation of color #AEED83: hue angle of 95.66º 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 #AEED83 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB174237131-
CMYK0.2700.450.07
HSL95.66º74.65%72.16%-
HSV(B)95.66º44.73%92.94%-
XYZ51.8471.2132.48-
YUV206.0885.63105.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 237 (92.97% from 255) = 43.73%
BLUE value IS 131 (51.56% from 255) = 24.17%
R=32.10%
G=43.73%
B=24.17%

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
Decimal1742371310.2700.450.0795.6674.6572.16
HexAEED831B02D7604b48
Octal256355203330557140113110
Binary101011101110110110000011110110101101111110000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEED83; }

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

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

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

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

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

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

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

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