#AED37F

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

Shades of Feijoa #AED37F

Tints of Feijoa #AED37F

Color information

#AED37F (or 0xAED37F) is unknown color: approx Feijoa. HEX triplet: AE, D3 and 7F. RGB value is (174,211,127). Sum of RGB (Red+Green+Blue) = 174+211+127=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #AED37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED37F is #512C80. Grayscale: #BEBEBE. Windows color (decimal): -5319809 or 8377262. OLE color: 8377262.

HSL color Cylindrical-coordinate representation of color #AED37F: hue angle of 86.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED37F is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB174211127-
CMYK0.1800.400.17
HSL86.43º48.84%66.27%-
HSV(B)86.43º39.81%82.75%-
XYZ44.5857.1228.75-
YUV190.3692.24116.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 127 (50% from 255) = 24.80%
R=33.98%
G=41.21%
B=24.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742111270.1800.400.1786.4348.8466.27
HexAED37F1202811563142
Octal256323177220502112661102
Binary101011101101001111111111001001010001000110101101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED37F; }

 p { color: rgb(174,211,127); }

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

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

 a { background-color: rgb(174,211,127); }

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

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

 span { border-color: rgb(174,211,127); }

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